/* iPad Portrait and Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {

  .hero div.content h1 {
    font-size: 2rem;
    line-height: 48px;
  }
	  
  .hero-media-slider div.content {
    left: 0%;
  }

  .hero-media-slider div.content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-media-slider div.content h1 .small {
    font-size: 18px;
  }

  div.scroll-wrapper {
    max-width: 648px;
  }
  div.scroll-wrapper .fancy-text {
    font-size: 55px;
    top: 75px;
  }
  .airgrip-youtube div.video-container {
    height: 70vh;
    margin-top: 0;
  }

  section.testimonials{
    gap: 20px;
  }
}
