.article-story-video {
    max-width: 880px;
    max-height: 495px;
    padding-top: 75px;

}

@media all and (max-width:428px){

    .article-story-video{
        padding-top: 25px;
    }

}

.youtube-player{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden

}

.youtube-player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
