.background-img{
  height:100%;
}
.carousel-mobile{
  display:none
}
.carousel-desktop{
  display:block;
}
.video-container-wrapper{
  display: flex;
  justify-content: center;
}
.video-box{
  height:100%
}
.video-banner {
  height: 555px;

  overflow: hidden;
  position: relative;
  margin:10px
}
.video-banner-caption{
  padding: 0 50px;
  margin-bottom:10px
}
.videbox-overlay{
  position:absolute;
  top:0;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  background-color: rgba(0,0,0,0.5);
}


.video-banner .caption-container {
  z-index: 1;
  min-width: 510 px;
  min-height: 268px;
  position: relative;
  text-align: center;
  padding: 10px;
  top:30%!important;
} 


@media(max-width: 800px) {
  .hover-box_image img{
    max-width:500px;
    width:100%
  }
  .carousel-mobile{
    display:flex;
    position:relative
  }
  .carousel-desktop{
    display:none!important;
  }
  .carousel {
    top: 50%;
    left: 50%;
    width: 100%;
    padding-bottom: 90px;
    text-align: center;
    transform: translate(-50%);
  }

  .carousel-1  .carousel-inner {
    position: relative;
    max-width: 450px;
    margin:auto;
    overflow: hidden;
  }

  .carousel-1 .carousel-inner > .item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
  }

  .carousel-1 .carousel-inner > .active,
  .carousel-1 .carousel-inner > .next {
    display: block;
  }

  .carousel-1 .carousel-inner > .next {
    position: absolute;
    top: 0;
    width: 100%;
  }                                      


  .caption-container {
    margin-top:20%!important
  } 
  .container {
    margin: 0 auto;
  }

  .author {
    margin: 0;
    opacity: 0.5;
  }

  .carousel-control-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    cursor: pointer;
    z-index: 2
  }

  .carousel-control-1.right {
    right: 0;
    left: auto;
  }

  .carousel-control-1 > .arrow {
    position: absolute;
    top: 85%;
    display: inline-block;
    width: 65px;
    height: 65px;
    /*    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNiAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+QXJyb3c8L3RpdGxlPjxwYXRoIGQ9Ik0yNS42IDEwLjk3NGwtOC41MyA4LjYyYTEuMzYgMS4zNiAwIDAgMS0xLjkzNS4wMDMgMS4zODcgMS4zODcgMCAwIDEtLjAwMi0xLjk1bDYuMjAxLTYuMjY4SDEuMzY4QTEuMzc0IDEuMzc0IDAgMCAxIDAgMTBjMC0uNzYyLjYxMy0xLjM4IDEuMzY4LTEuMzhoMTkuOTY2bC02LjItNi4yNjdhMS4zODcgMS4zODcgMCAwIDEgLjAwMS0xLjk1IDEuMzYgMS4zNiAwIDAgMSAxLjkzNi4wMDJsOC41MyA4LjYyMWMuNTMyLjUzOC41MzIgMS40MSAwIDEuOTQ4IiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=") center center no-repeat;
    */
    background: url("https://4418282.fs1.hubspotusercontent-na1.net/hubfs/4418282/arrow_grey.png") center center no-repeat;


    background-size: cover;
    opacity: 0.3;
  }

  .carousel-control-1 > .arrow:hover {
    opacity: 0.6;
  }

  .carousel-control-1 > .arrow.right {
    right: 50%;
    transform: rotate(180deg)
  }

  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }

  @keyframes left {
    from {
      left: 0;
    }
    to {
      left: -100%;
    }
  }

  @keyframes right {
    from {
      left: 100%;
    }
    to {
      left: 0;
    }
  }
}
@media(max-width: 520px) {
  .video-banner{
    height: 400px;
    width: 400px
  }
  .caption-container {
    margin-top:20%!important
  }
  .carousel-control-1 > .arrow {
    top: 80%!important;
  }
}
@media(max-width: 1200px) and (min-width: 767px) {
  .video-container-wrapper{
    display:grid;
    grid-template-columns: auto auto;
  }

}
/*   accordion */

/* headings */

span.UnderlineHeading {
  animation: fadeIn 5s;

}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}