
/* different  for iPad screening */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* For portrait layouts only */
  .big-view {
      font-size: 45px;
  }
  .navbar-right {
        margin-right: 30px;
    }
    .logout-wrapper {
        right: 5px;
    }
    
    .younger-kamper-age-section .flex-view.pages [class*="area-"] h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 60px;
        text-transform: uppercase;
    }
    .services .flex-view.pages [class*="area-"] h2 {
        font-size: 32px;
    }
    .top-banner.slider-col {
        max-height: 570px;
    }
    .top-banner.slider-col .carousel-inner .item {
        height: 88vh;
    }
    .top-banner.slider-col .carousel-inner .item .carousel-caption {
/*        top: -15px;*/
    }
    .select-group-btn {
        bottom: -15px;
    }
    .top-banner.slider-col .carousel-inner .item .carousel-caption h3 {
        font-size: 36px;
    }
    .cover-div, .desktop-img-hide {
        max-height: 430px;
    }
    .video-section-main h1 {
        margin-top: 24vmin;
    }
    .main-heading h4{
        font-size: 20px;
    }
}