.exe-video-container {
  position: relative;
  display: block;
  height: 75vh;
}

.exe-video {
  width: 75%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.exe-video-container iframe {
  width: 100% !important;
  max-width: 100%;
  height: 75vh;
}

img.bg-img-2,
img.bg-img-1 {
  position: absolute;
  top: 0;
  max-width: 100%;
  height: auto;
  z-index: -1;
}

img.bg-img-2 {
  height: 350px;
  float: right;
  left: 0;
}

img.bg-img-1 {
  height: 820px;
  float: left;
  right: 0;
}

@media (max-width: 768px) {
  .exe-video-container {
    height: 40vh;
  }

  .exe-video-container img {
    height: auto;
  }

  .exe-video-container iframe {
    height: 40vh;
  }
}

@media only screen and (min-width: 1300px) {
  .exe-video-container {
    margin: 70px auto 70px auto;
  }
}