
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    pointer-events: none;
}

.nes-container {
    padding: 1rem 1rem;
    margin-bottom: 25px!important;
}

.nes-container.is-dark {
    background-color: #00000096;
}

.footer{
    padding: 0px;
    left: 0;
    width: inherit;
    bottom: 0;
    position: fixed;
}

@media (max-width: 992px) {
    .footer {
        position: relative;
    }
}