.video-banner {
  margin-top: 68px;
  height: 400px;
  position: relative;
}

/*.video-banner .container {
  max-width: 1300px;
}*/
.video-banner .play-icon {
  position: absolute;
  right: 10.7%;
  top: -22px;
  bottom: 0;
  left: auto;
  margin: auto;
  opacity: 0.9;
  height: 100px;
  width: 100px;
  cursor: pointer;
}
.video-banner .bg-img {
  height: 400px;
  position: relative;
}
.video-banner .v-middle-wrapper {
  z-index: 1;
}
.video-banner .bg-img.filter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  opacity: 0.65;
  height: 100%;
  /* background-image: linear-gradient(
    269deg,
    rgba(255, 255, 255, 0) 100%,
    #ffffff 11%,
    #ffffff 0%
  ); */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 27%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

  z-index: 1;
}
.video-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  font-family: "object-fit: cover; object-position: right;";
}

.video-banner .banner-text {
  max-width: 600px;
  padding-bottom: 19px;
  text-align: left;
}


.video-banner .item-wrap {
  display: none;
  /*max-width: 1400px;*/
  margin: 0 auto;
}
.video-banner .item-wrap.slick-initialized {
  display: block;
}
.video-banner h1 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.42px;
  color: #000000;
  margin-bottom: 15px;
  text-transform: none;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.video-banner p {
  line-height: 1.45;
  color: #000000;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  max-width: 580px;
  margin: 0 0 20px;
}

.banner-text.we-white h1 {
  color: white;
}
.banner-text.we-white p {
  color: white;
}

.Homepage-design {
  background-color: white;
}
.video-banner .slick-track {
  max-height: 400px;
}
.video-banner .item {
  position: relative;
}

.video-banner .slick-dots {
  position: absolute;
  right: 35px;
  bottom: 17px;
  z-index: 4;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
.video-banner .slick-dots li {
  display: inline-block;
  width: 18px;
  cursor: pointer;
  position: relative;
  padding: 0 8px !important;
  vertical-align: bottom;
}
.video-banner .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 12px;
  background: none;
  opacity: 1;
  border: 1px solid #5b7d95;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video-banner .slick-dots .slick-active button {
  border-color: #5fb4e4;
  background: #5fb4e4;
}

.video-banner .slick-dots li.slick-active:after {
  content: "";
  border: 1px solid #5b7d95;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  top: -4px;
  left: 4px;
  position: absolute;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 450ms;
  -o-animation-duration: 450ms;
  animation-duration: 450ms;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
}
@media screen and (max-width: 1150px) {
  .video-banner .bg-img img {
    background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/MS-1322-HomePage-MobileBackground.png) no-repeat;
  }
  .video-banner .banner-text {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .video-banner p {
    max-width: 100%;
  }
    .banner-text.we-white h1 {
    color: #000000;
  }  
    
    .banner-text.we-white p {
        color: #000000;
    }
    
    .rb19 .slide-btn-clear {
        color: #fff;
        border: 1px solid #ff681d;
        background: #ff681d;
    }
    
    .rb19 .slide-btn-clear:after {
        background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/Homepage_Icons_arrowA_white.svg) top no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  .video-banner h1 {
    font-size: 38px;
  }
  .video-banner .play-icon {
    height: 80px;
    width: 80px;
  }
}

@media screen and (max-width: 991px) {
  .video-banner .bg-img:after {
    width: 78%;
  }
    .banner-text.we-white h1 {
    color: #000000;
  }  
    
    .banner-text.we-white p {
        color: #000000;
    }
    .rb19 .slide-btn-clear {
        color: #fff;
        border: 1px solid #ff681d;
        background: #ff681d;
    }
    
    .rb19 .slide-btn-clear:after {
        background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/Homepage_Icons_arrowA_white.svg) top no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .video-banner h1 {
    font-size: 34px;
  }
  .video-banner .play-icon {
    height: 70px;
    width: 70px;
  }
  /* .video-banner .banner-text {
    padding-right: 100px;
  } */
}

@media screen and (max-width: 767px) {
  #tools .tab-container #search-box {
    display: none;
  }
  
  .banner-text.we-white h1 {
    color: #000000;
  }  
    
    .banner-text.we-white p {
        color: #000000;
    }
    .rb19 .slide-btn-clear {
        color: #fff;
        border: 1px solid #ff681d;
        background: #ff681d;
    }
    
    .rb19 .slide-btn-clear:after {
        background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/Homepage_Icons_arrowA_white.svg) top no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  .video-banner h1 {
    font-size: 30px;
  }
  .video-banner .play-icon {
    right: 20px;
    height: 60px;
    width: 60px;
  }
  /* .video-banner .banner-text {
    padding-right: 80px;
  } */
}

@media screen and (max-width: 595px) {
  .video-banner h1 {
    font-size: 21px;
  }
  .video-banner p {
    font-size: 14px;
  }
  .video-banner .play-icon {
    right: 20px;
    height: 50px;
    width: 50px;
  }
  /* .video-banner .banner-text {
    padding-right: 60px;
  } */
}

@media screen and (max-width: 595px) and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
  .video-banner .bg-img {
    height: 450px;
  }

}


@media screen and (max-width: 595px) {  
  .rb19.video-banner .play-icon {  
    position: inherit;
  }

   .rb19.video-banner p { 
     font-size: 22px !important;
     font-weight:300 !important;
   } 
   
   .rb19.video-banner h1 { 
     font-size : 23px !important;
   }

   
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  .rb19.video-banner .play-icon { 
   position: inherit;
  }
  
  .rb19.video-banner p { 
     font-size: 22px !important;
     font-weight:300 !important;
   } 
   
   .rb19.video-banner h1 { 
     font-size : 34px !important;
   }
}

@media screen and (max-width: 991px) and (min-width: 768px) { 
  .rb19.video-banner .play-icon { 
   position: inherit;
  }
  
  .rb19.video-banner p { 
     font-size: 22px !important;
     font-weight:300 !important;
   } 

   .rb19.video-banner h1 { 
     font-size : 34px !important;
   }
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .rb19.video-banner .play-icon { 
   position: inherit;
  }

  .rb19.video-banner p { 
     font-size: 22px !important;
     font-weight:300 !important;
   } 
   
   .rb19.video-banner h1 { 
     font-size : 34px !important;
   }
}
@media screen and (min-width: 1124px) {
	.r19 .video-banner {
		/*max-width: 1600px;*/
		margin: 0 auto;
		float: none !important;
	}
	.video-banner .item-wrap {
	   display: none;
	 /* max-width: 1600px;*/
	  margin: 0 auto;
	}
}
