﻿.video-play-container-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
}
.video-play-container-background .video-play-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999998;
  background-color: black;
}
.video-play-container-background .close-video-wrapper {
  position: absolute;
  right: -10px;
  top: -58px;
  padding: 10px;
  z-index: 99;
}
.video-play-container-background .close-video {
  /*background: #a7a7a7;*/
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.video-play-container-background .close-video svg {
  transform: scale(0.5);
  top: -8px;
  position: relative;
  fill: white;
  cursor: pointer;
}

@media (max-width: 767px) {
  .video-play-container-background {
    /*.video-play-container-wrapper {
        margin-top: 20px;
        display: inline-table;
        width: 100%;
    }*/
  }
  .video-play-container-background .video-play-container.video-mobile {
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
  }
}
