* {
    margin: 0px;
    padding: 0px;
    border: none;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 1em;
}

header {
    text-align: center;
    background: url(ibdlogo.png) no-repeat center center;
    min-height: 125px;
    background-repeat: no-repeat;
    background-size: contain;
}

h1,
h2 {
    font-weight: normal;
    text-align: center;
    color: #DCEBE1;
    font-weight: 300;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

.sep {
    clear: both;
    min-height: 80px;
}

footer {
    clear: both;
    border-top: 1px solid #00A443;
    text-align: center;
    height: 40px;
    color: #4a4a4a;
    padding-top: 25px;
}

.videoCont {
    margin: auto;
    width: 500px;
    height: 500px;
    text-align: center;
}

.video {
    margin: auto;
    aspect-ratio: 16/9;
    width: 585px;
    padding-top: 30px;
    margin-bottom: 50px;
}

.video.vertical {
    aspect-ratio: 9/16;
    width: 360px;
}

#mi-player {
    width: 100%;
    height: 100%;
}

.titulo {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #00A443;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    header {
        min-height: 75px;
        background-size: 290px auto;
    }

    .sep {
        min-height: 30px;
    }

    footer {
        font-size: 0.750em;
        height: 30px;
        padding-top: 15px;
    }
}