.diagonal-right-bottom
{
    -webkit-clip-path: (100% 0, 100% 80%, 70% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 70% 100%, 0 100%, 0 0)
}

.video
{
    background-size: cover;
    background-position: center;
    height: 300px;
}

.video .btn-play
{
    height: 70px;
    cursor: pointer;
}

.palavra-diretor
{
    padding-left: 20px;
    padding-right: 20px;
}

.palavra-diretor,
.video .btn-play
{
    margin-top: 100px;
}

.palavra-diretor h3
{
    font-family: -webkit-body;
}

@media screen and (max-width: 728px)
{
    .palavra-diretor
    {
        margin-top: 70px;
    }
}