.Modal-video {
  background: rgba(0, 0, 0, 0.56);

  .mfp-close {
    background: rgba($gray, 0.2);
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
    border-radius: 8px;
    color: #fff !important;
    position: fixed;
    top: 20px !important;
    right: 20px !important;
    cursor: pointer !important;
  }
}
