body > .page-content {
    overflow-x: hidden;
}

/* bootstrap */
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
}

.modal-fullscreen .modal-content {
    border: none; 
    border-radius: 0;
    background-color: transparent;
}

#modal-fullscreen .modal-header {
    padding: 0 !important;
    border-bottom: none;
    min-height: 34px;
}

#modal-fullscreen span:first-child {
    font-size: 2em;
    color: #00ffff;
    margin: 0 5px;
}

#modal-fullscreen .modal-body {
    padding: 0 2px;
}


/* video */
video {
    width: 100%;
    background-color: #141414;
    border: 1px solid #eee;
    border-radius: 10px;
}