section#content{
    position: relative;
    padding: 80px 0;
}

section#content .container{
    width: 800px;
}

section#content:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffcc;
    content: '';
}

section#content h2{
    color: #000;
    font-size: 45px;
    line-height: 50px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

section#content p{
    text-align: center;
}

section#content h2 strong{
    color: #be1622;
}

section#content .container .video video{
    display: block;
    width: 100%;
}


section#content .container .video{
    position: relative;
    width: 100%;
    margin-top: 40px;
}

section#content .container .video .playbutton{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #00000042;
}

section#content .container .video .playbutton i{
    color: white;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

@media screen and (max-width: 1000px) {
    section#content h2{
        font-size: 30px;
        line-height: 30px;
    }
}