
/* Bootstrap override to force full width...*/
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

.video-header {
    color: #32363B;
    font-size: 30px;
    line-height: 60%;
    min-height: 60px;
    padding: 9px 0px 0px 90px;
    background-image: url('../img/esdu.svg');
    background-size: 53px;
    background-color: white;
    background-position-x: 15px;
    background-position-y: center;
    background-repeat: no-repeat;
}



