.video-strip .video-strip__video{width:100%;height:51.8rem;position:relative;overflow:hidden}.video-strip .video-strip__video iframe{width:100%;height:100%;max-width:100%}.video-strip .video-strip__video--overlay{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;transition:transform .2s}.video-strip .video-strip__video--overlay .background{background-color:#05182e;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;transition:transform .2s}.video-strip .video-strip__video--overlay .wrap{display:flex;flex-direction:column;align-items:center;position:relative}.video-strip .video-strip__video--overlay .wrap .watch-video{color:#fff;opacity:0;transition:opacity .2s;position:relative;top:12px}.video-strip .video-strip__video--overlay:hover .background{transform:scale(1.05);transition:transform .2s}.video-strip .video-strip__video--overlay:hover .wrap .watch-video{opacity:1;transition:opacity .2s}.video-strip .video-strip__video--overlay button{-webkit-appearance:none;background-color:transparent;background-repeat:no-repeat;background-position:50%;background-size:cover;width:7.7rem;height:7.7rem;border-radius:15rem;border:none;padding:0}.video-strip .video-strip__video--overlay.d-none{display:none}@media only screen and (max-width:991px){.video-strip .video-strip__video{height:33.2rem}}