.msl-pagebanner, .officerteam-carousel {
    display:none;
}

@media (min-width:1200px) {
    .fab-box {
        margin-top:-130px;
    }
    
    #msleventstyle-3 .event_item {
        min-height: 390px;
    }
}

.fab-box h4 {
    margin-bottom:0px;
}

.carousel-caption img {
    width:350px;
    margin:auto;    
}

@media (min-width:2000px) {
    .carousel-caption {
        top:25%;  
    }
}

@media (min-width:768px) {
    .carousel-caption img {
        width:420px;
        margin:auto;    
    }
}

@media (min-width:1400px) {
    .carousel-caption img {
        width:430px;
        margin:auto;    
    }
}

@media (max-width:1400px) and (min-width:1200px) {
    .carousel-caption img {
        width:360px;
        margin:auto;    
    }
}


@media (max-width:1200px) {
    .carousel-caption img {
        width:250px;
        margin:auto;    
    }
}

.carousel-caption {
    padding-top:0px;
    padding-bottom:0px;
}

@media (max-width:768px) {
    .carousel-caption {
        top:3%;
    }
    
    .carousel-caption img {
        width:200px;
    }
}

/*.carousel-caption {
    /* left: 20%; */
    /* right: 20%; */
    /* padding-bottom: 30px; 
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
}*/

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}