

@media screen and (max-width: 800px) {

.contenedor_single .contenedor_img_camera-ancho {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: auto;

}

.contenedor_single .post_single .img_ {
    margin-top: 0px;
    height: auto;
    width: 100%;
}


.contenedor_single .contenedor_img_camera-ancho .i {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding: 0px 5px;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); */
}

 
 .contenedor_single .contenedor_img_camera-ancho .i .foto {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-size: 12px;
}   
    
}

