.video-modal-container-open {
  opacity: 1!important;
  transform-style: preserve-3d!important;
  display: flex!important;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)!important;
  z-index: 111111!important;
}
.w-video {
  min-height: 500px;
}

.video-container-reverse {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../example-bg-2.html');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}
.video-modal-container-reverse {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .86);
  opacity: 0;
}

.youtub-hovered-reverse {
  position: absolute;
  width: 100px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.close-modal-reverse {
  position: absolute;
  top: 5%;
  right: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.close-modal {
  top: 5%!important;
}
/* Video Only */
.wrapper.video-only {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 34px;
  padding-right: 13px;
}
.wrapper.video-only .video-container {
  min-height: 500px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 72px;
}
