/*
==============================
Page Gallery
Section: Image gallery
==============================
*/

.height-100 img {
  height: auto;
}

/*
==============================
Media Queries
==============================
*/

@media (min-width: 768px) {
	.height-100 img {
        height: 100%;
    }
    @supports(object-fit: cover) {
        .height-100 img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    .height-100 {
        height: 329px;
    }
}
@media (min-width: 1024px) {
    .height-100 {
        height: 400px;
    }
}
@media (min-width: 1280px) {
    .height-100 {
        height: 479px;
    }
}
@media (min-width: 1440px) {
    .height-100 {
        height: 432px;
    }
    .banner-recuerdos img {
        left:auto;
        right:15%;
    }
}
@media (min-width: 1600px) {
    .height-100 {
        height: 580px;
    }
}
@media (min-width: 1750px) {
    .height-100 {
        height: 580px;
    }
}
