/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.img-logo {
    width: 75%;
}

@media only screen and (max-width: 600px) {
    .img-logo {
        width: 40%;
    }
}

