body {
    background-color: #000;
    color: #fff;
    font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif;
    text-align: center;
}

.content {
    margin: auto;
    max-width: 500px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.header img {
    max-height: 280px;
    max-width: 320px;
    margin: 0 20px;
}

.separator {
    margin: auto;
    margin-bottom: 20px;
}

.separator img {
    max-width: 480px;
}

.title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

a {
    color: #ffffff;
}

.bigger {
    font-size: 38px;
    margin-bottom: 5px;
}

.trailer-bg {
    background-image: url('bg.png');
    max-width: 100%;
    height: 315px;
}

.cta img {
    max-width: 180px;
    margin-bottom: 10px;
}

.gif {
    margin-bottom: 15px;
}

.description {
    font-size: 20px;
    text-align: justify;
    margin-bottom: 15px;
}

.justify {
    text-align: justify;
}

.text {
    font-size: 19px;
    margin-bottom: 15px;
}

.press-kit {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    background-color: #d89d61;
    border-radius: 4px;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
    text-align: center;
}

.press-kit span {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: inline-block;
    letter-spacing: normal;
    line-height: 32px;
    font-weight: bold;
}

.hytPlayerWrap {
    display: inline-block;
    position: relative
}

.copyright {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}

.social a {
    text-decoration: none;
}

.social img {
    max-width: 38px;
    margin: 0 5px;
}

.hytPlayerWrap.ended::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)
}

.hytPlayerWrap.paused::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}