
.remodal {
  max-width: 1250px;
  background: transparent !important;
}

@media only screen and (max-width: 600px) {
  .remodal {
    padding: 2px;
  }
  .remodal-close {
    top: -31px;
    left:-9px;
  }

}

.remodal, .remodal-wrapper, video, .my-video-dimensions {
  width: 100%;
  height: 100%;
}

/* close btn styles */
.remodal-close:before{
  left:10px;
}

.remodal-close:before{
  color: white;
}
.remodal-close{
  transition: opacity 0.3s linear;
  opacity: 0.7;
}
.remodal-close:hover{
  opacity: 1;
}