/* CSS Document  Index.php */
@media  { 
.fotoboxframe{
display:flex;
flex-direction:column;
align-items:center;
}
.fotoboxframe__imageframe{
}

.fotoboxframe__imageframe__img{
border-radius:4px;
height:auto;
min-width:200px;
}
.fotoboxframe__imageframe__img_enable{
cursor:pointer;
}
.fotoboxframe__imageframe__img_disable{}
.fotoboxframe__imageframe__img_enable:hover{outline:2px solid lightgreen;}
.fotoboxframe__titleframe{
text-transform: uppercase;
padding:0.5em;
color:grey;font-size:0.8em;
}

.fotoboxframe__titleframe__title{
text-transform: uppercase;
color:grey;font-size:14px;
font-weight:400;
}
}

@media  all and (min-width: 950px) {}	
@media  all and (max-width: 950px) {}