.video-series__body main.main * {
    font-family: 'Roboto';
}

.video-series__body main.main {
    width: 100%;
}

.video__player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 20px 0px;
}

.video__player_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__button {
    display: block;
    width: 150px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #ef0040;
    border: #ef0040 solid 1px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
}

.video__button:hover {
    color: #ef0040;
}

.video__button_single {
    margin: 0px auto;
    width: 230px;
    font-size: 12px;
}

.video__title {
    text-transform: uppercase;
    color: #d14c47;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.video__playlist-title {
    margin: 2px 0px;

    font-size: 14px;
}

.video__series {
    text-transform: uppercase;

    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

.video__buttons-container {
    height: 28px;
    margin: 10px auto;
}

.video__button-prev {
    float: left;
}

.video__button-next {
    float: right;
}

.video__description {
    margin: 5px 0;
    padding-bottom: 0;
    color: #7a8591;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.video-series__body .playlist__videos-container {
    border-bottom: 1px solid #d1d8de;
    border-top: none;
    margin: 0px 0px 20px 0px;
} 

.video-series__body .video__custom-code {
    padding-top: 0 !important;
    border-top: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d8de;
}

@media (min-width : 768px) {
    .video__title {
        text-transform: uppercase;
        font-family: 'Roboto Bold' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0.05em;
    }

    .video__playlist-title {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.05em;
        color: #333333;
    }

    .video__series {
        font-size: 18px;
        line-height: 32px;
    }

    .video__playlist-selector,
    .video__series {
        margin: 10px 0px;
    }

    .video__buttons-container {
        height: 32px;
        margin: 20px auto;
    }

    .video__button {
        width: 160px;
        height: 32px;

        border: #ef0040 solid 1px;
        border-radius: 10px;

        font-size: 12px;
        line-height: 32px;
    }

    .video__button_single {
        margin: 0px auto;
    }

    .video__description {
        font-size: 18px;
    }
}
