<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*Law home override */
@media screen and (min-width: 991px) and (max-width: 2200px) {
  .int-wrap.school-wrap .videoCarousel .carousel-inner .item {    
    overflow: hidden;    
    height: 756px;
  }
  .int-wrap.school-wrap .jumbotron.large {    
    height: 754px;    
    margin-bottom: 0;
  }
  .int-wrap.school-wrap .videoCarousel .carousel-inner .item .slidevideo, .int-wrap.school-wrap .videoCarousel .carousel-inner .item .slideimage {    
    height: 628px;    
    background-position-y: 10%;
    padding-top:25%;
  }
  .int-wrap.school-wrap .videoCarousel h2 {    
    font-size: 32px;
  }

  .int-wrap.school-wrap .videoCarousel .carousel-inner .item .school-carousel-caption {
    height: 128px;
    color: #fff;
    padding: 25px 16px;
    box-sizing: border-box;
  }
}

.caption{
    position: absolute;
    z-index: 900;
    width: 100%;
    margin: 0 !important;
 }

.caption .col-md-12.col-sm-12{
	padding: 0;
}
.controls{
bottom:128px;
}</pre></body></html>