.MENUIBOPHOTO {
	border-radius:50%;
}

.IPHOTO_container{
	width:100%; 
	display:inline-block;

}

.IPH_block {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	font-family:Roboto;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	 
}

.IPH_img {
	width:300px;
}

.IPH_div_img_container {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	/* margin-top:20px; */
	/* border:1px solid #aaaaaa; */ 
	position: relative;
	display: flex;
	overflow:hidden;
	
	
}

.IPH_div_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
	
}

.IPHO_zoom {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	margin-bottom: 20px;	
    display: flex;
    width: 300px;
}

.IPHO_zoom img {
	display: inline;
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 3px;
}

.IPH_selected {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.8;
    background: white;
    left: 0;/* calc((100% - 150px)/2);*/
	top: 0;/*calc((100% - 150px)/2);*/
    
}

.IPH_upload{
	padding: .125rem .5rem;
    font-size: .75rem;
	font-family: var(--bs-body-font-family);
}