@charset "utf-8";
/* CSS Document */

.remodal-close { left: auto; right: 0; background-color: #fff; border-radius: 20px; }
.remodal { padding: 25px 25px 20px; border-radius: 10px; width: 80%; max-width: 880px; }
video { border-radius: 7px; }

.remodal-close { background-color: rgba(255,255,255,0) !important; }

.remodal-overlay {
    background: rgba(6, 126, 181, 0.6);
}

.remodal video { height: auto; width: 100%; }

@media all and (max-width: 640px) { 
.remodal { width: 92%; }
}