.section-video-modal {
  background: #F1F1F1;
  padding: 100px 0;
}
.section-video-modal .section-video-modal-wrapper {
  position: relative;
}
.section-video-modal .section-video-modal-wrapper img:not(.video-modal-content-logo) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.section-video-modal .section-video-modal-wrapper .video-modal-icon {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-video-modal .section-video-modal-wrapper .video-modal-icon:hover:before {
  opacity: 0;
}
.section-video-modal .section-video-modal-wrapper .video-modal-icon:hover:after {
  opacity: 1;
}
.section-video-modal .section-video-modal-wrapper .video-modal-icon:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../../../../dist/img/play-button-round-00AAA7.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-video-modal .section-video-modal-wrapper .video-modal-icon:after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../../../../dist/img/play-button-round-005E63.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-video-modal .section-video-modal-wrapper .section-video-modal-outer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.48);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content {
  position: relative;
  display: block;
  width: auto;
  max-width: 1140px;
  background-color: #005FBE;
  padding: 115px 55px 55px 55px;
  margin: 25px auto;
  border-radius: 15px;
}
.section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .video-modal-content-logo {
  position: absolute;
  top: 55px;
  left: 55px;
}
.section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .video-modal-close {
  position: absolute;
  top: 55px;
  right: 55px;
  cursor: pointer;
  font-size: 42px;
  line-height: 30px;
  color: #ffffff;
}
.section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .section-video-modal-inner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}
.section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .section-video-modal-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-height: 769px) {
  .section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content {
    padding: 65px 55px 55px 55px;
    margin: 0 auto;
  }
  .section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .video-modal-content-logo {
    top: 15px;
  }
  .section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .video-modal-close {
    top: 15px;
  }
  .section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .section-video-modal-inner {
    padding-bottom: 0;
    height: auto;
    text-align: center;
  }
  .section-video-modal .section-video-modal-wrapper .section-video-modal-outer .section-video-modal-content .section-video-modal-inner iframe {
    position: relative;
    width: auto;
  }
}