@charset "UTF-8";
.youtube{
    margin: 0 ;
    width: 100%
}
.ytPly{
    width: 100%;
    height: 186px;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .ytPly{
        width: 100%;
        height: 287px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .ytPly{
        width: 100%;
        height: 388px;
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .ytPly{
        width: 100%;
        height: 523px;
        margin-bottom: 15px;
    }
    .youtube{
        margin: 0 ;
    }
}
@media (min-width: 1200px) {
    .ytPly{
        width: 100%;
        height: 624px;
        margin-bottom: 20px;
    }
    .youtube{
        margin: 0 ;
    }
}
@media (min-width: 1921px) {
    .ytPly{
        width: 100%;
        height: 883px;
        margin-bottom: 30px;
    }
    .youtube{
        margin: 0;
    }
}