@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 980px) {

}

@media (max-width: 540px) {
section.gallery-section .head-sec {
    text-align: center;
}
  section.gallery-section .col-4 {
    width: 100%;
}
  section.gallery-section .col-6 {
    width: 100%;
}
  section.gallery-section .col-6 img {
    height: 225px;
}
  section.gallery-section .col-4:nth-child(6) img, section.gallery-section .col-4:nth-child(7) img, section.gallery-section .col-4:nth-child(8) img, section.gallery-section .col-4:nth-child(16) img, section.gallery-section .col-4:nth-child(17) img, section.gallery-section .col-4:nth-child(18) img, section.gallery-section .col-4:nth-child(26) img, section.gallery-section .col-4:nth-child(27) img, section.gallery-section .col-4:nth-child(28) img{
    height: 225px;
  }
  section.gallery-video-section .head-sec {
    text-align: center;
}
  section.gallery-video-section .col-6 {
    width: 100%;
}
  section.gallery-video-section .col-6 img, section.gallery-video-section .col-4 img{
    height: 250px;
  }
  section.gallery-video-section .col-4 {
    width: 100%;
}
}

@media (max-width: 360px) {
   
}