section ol, section ul {
    margin-left: 40px;
}
section #video {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
section #video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .section .section-cont {
        padding: 30px;
    }
    section > .row > div {
        min-height: calc(100vh - 75px);
    }
    section > .row > div:first-of-type {
        background-image: url(../../images/inicioFront/alejandro.png);
        background-size: cover;
        background-position: center center;
    }
    footer {
        padding-top: 5px;
    }
}
@media (min-width: 768px) {
    section {
        padding-bottom: 39px;
    }    
}