.gallery_list .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery_list .image_block > img {
  object-fit: cover;
}

.gallery_list .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.gallery_list .gallery_year {
  font-size: 180%;
  line-height: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .gallery_list .gallery_year {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .gallery_list .gallery_year {
    font-size: 140%;
    line-height: 24px;
  }
}

.content {
  padding-bottom: 60px;
}

.breadcrumbs {
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
}
.breadcrumbs li {
  color: #EAEEF7;
}
.breadcrumbs li:last-child {
  color: #ffffff;
}

.gallery_page .section_title {
  padding-top: 50px;
}
.gallery_page .gallery_main {
  position: relative;
}
.gallery_page .gallery_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-height: 377px;
  height: 26vw;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.gallery_list {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.gallery_list li {
  max-width: 33.3%;
  flex: 0 0 33.3%;
  padding: 20px 10px 0;
}
.gallery_list .image_block {
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 67.8%;
}
.gallery_list .gallery_year {
  padding: 25px;
  text-align: center;
  color: #02155A;
  font-family: "montserrat-medium", "montserratarm";
  background: #F4F8FC;
  display: block;
}
.gallery_list .gallery_item {
  display: block;
}
.gallery_list .gallery_item:hover .gallery_year {
  background: #02155A;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .gallery_page .section_title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding-bottom: 50px;
  }
  .gallery_list {
    padding-top: 0;
  }
  .gallery_list .gallery_year {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .gallery_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 40px;
  }
  .gallery_page .section_title {
    padding-top: 30px;
  }
  .gallery_list {
    margin: 0 -5px;
  }
  .gallery_list li {
    padding: 20px 5px 0;
  }
  .gallery_list .gallery_year {
    padding: 15px;
  }
}
@media screen and (max-width: 399px) {
  .gallery_list {
    margin: 0;
  }
  .gallery_list li {
    padding: 20px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .gallery_list .gallery_year {
    padding: 20px 15px;
  }
}
.gallery_list .gallery_year {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=gallery.css.map */
