
.carousel-item {
  height: 100vh;
/*  min-height: 650px;*/

  background-size:cover;
    background-position:center;
}


.resize-banner {
        background-image: url(../assets/main-banner.jpg);
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


 .popup-studios {
    background-size:auto 100% !important; 
    background-position:center; 
     height:100vh !important;
     background-repeat: no-repeat;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



@media screen and (max-width: 768px) {   
    
        .popup-studios {
            background-size:100% auto !important; 
            background-position:50% 50%; 
        }
    
    
.resize-banner {
        background-image: url(../assets/main-banner-small.jpg);
}
    
}


