@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1000px) {
  .home .news .slick-arrow.left {
    left: 30px;
  }

  .home .news .slick-arrow.right {
    right: -10px;
  }

  .services-enquires .services .wrapper {
    grid-template-columns: 1fr;
  }

  .services-enquires .services .service .main-image {
    height: 500px;
  }
}

@media screen and (max-width: 900px) {
  .showreel video {
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  .my-work .photoshoots .wrapper {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .services-enquires .services .wrapper {
    margin-top: 25px;
  }

  .photoshoot-page .gallery {
    grid-template-columns: repeat(1, 1fr);
  }

  .photoshoot-page .gallery .image {
    height: 500px;
  }

  .photoshoot-page .gallery .image img {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
}
