.axil-video-area {
  position: relative;
  width: 100%;
  height: 100%;
}

.axil-video-area .axil-video-area-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  border-radius: 6px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media (max-width: 992px) {
  .axil-video-area .axil-video-area-wrapper {
    height: 250px;
  }
}


.axil-video-area-wrapper .axil-video-area-btn {
  width: 140px;
  height: 140px;
  border: none !important;
  background-color: #00000090;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}

@media (max-width: 992px) {
  .axil-video-area-wrapper .axil-video-area-btn {
    width: 70px;
    height: 70px;
  }
}

.axil-video-area-wrapper .axil-video-area-btn:hover {
  background-color: #000;
}

.axil-video-area-wrapper .axil-video-area-btn i {
  font-size: 24px;
  color: white !important;
}
.modal-video .modal-body {
  padding: 0 !important;
  background-color: black !important;
}
.modal-video .modal-dialog {
  max-width: 70% !important;
}

@media (max-width: 767px) {
  .modal-video .modal-dialog {
    max-width: 90% !important;
  }
}