#tab-dual-mode .multi-panels ul li img { height:84px; }
#dual-mode-top-copy h2{
  font-size: 2.25rem;
  color: white;
  padding-bottom: 0.5rem;
}
#tab-dual-mode h3.subheader{
padding-top: 3.5rem;
}
#dual-mode-top-copy .body-copy p {
  color: #888;
}
@media (min-width:768px) { 
  #tab-dual-mode .bo-temp .multi-panels ul {
    grid-template-columns: repeat(5,[col-start] 1fr);
  }
}
#tab-dual-mode .bo-temp .multi-panels ul li h3{
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  height: 84px;
}
#tab-dual-mode .bo-temp .multi-panels ul li .body-copy {
  color: #fff;
}
#tab-dual-mode .bo-temp .multi-panels ul li:nth-of-type(5) img{
  height: 120px;
}
.video-as-bg{
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding: 0;
  position: relative;
  margin: 0;
}
.video-as-bg img, .video-as-bg video{
  grid-area: 1/1;
  grid-row: 1 !important;
}
.video-as-bg img{
  z-index: 2; 
}
.video-as-bg video{
  width: 70%;
  margin-top: 16px; 
}
.animation-ctrl-btn-side button .play-pause-btn-wrapper {
  width: 35px;
  height: 35px;
  background: #44d62c;
  border: 0;
  border-radius: 24px;
  padding: 5px 10px;
  margin: 0 auto;
}
.animation-ctrl-btn-side button img {
  width: 10px;
  display: inline-block !important;
}
.animation-ctrl-btn-side button{
  border: 0;
  background: none;
}
.animation-ctrl-btn-side
{
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
#dual-mode-top-copy .col-md-6 {
  padding-bottom: 1rem;
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}