@media only screen and (max-width: 991px) {
  .gallery-list-popup .owl-carousel .owl-item img, .gallery-list-popup img {
    width: 500px !important;
  }
  .gallery-list-popup .full-iframe.doc-file {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-list-popup .full-iframe.doc-file {
    height: 400px;
  }
  .gallery-list-popup .full-iframe {
    height: auto;
  }
  .image-one .full-iframe {
    height: 300px;
  }
  .gallery-style-two-title {
    margin-bottom: 20px;
  }
  .gallery-style-two-title h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .gallery-style-two-warp {
    height: auto;
  }
  .gallery-style-two-warp.two {
    height: auto;
  }
  .gallery-style-two-warp img {
    height: auto !important;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-list-popup .full-iframe.doc-file {
    width: 100%;
  }
  .gallery-list-popup .owl-carousel .owl-item img, .gallery-list-popup img {
    width: 100% !important;
  }
}