.Videos h2 {
        margin-top:0;
        text-align:left
    }
.Videos-VideoContainer {
        display: flex;
        flex-wrap: wrap;
        width:100%;
}
@media only screen and (min-width : 768px) {
        .Videos-VideoContainer {   
            flex-wrap:nowrap
        }
        }
@media only screen and (max-width : 575px) {
        .Videos-VideoContainer {
            width: 100%
        }
        }
.Videos-VideoContainer img {
            width: 100%;
            max-width:407px;
        }
@media only screen and (max-width : 575px) {
        .Videos-VideoContainer img {
                max-width:575px
        }
            }
@media only screen and (min-width : 576px) and (max-width : 767px) {
        .Videos-VideoContainer img {
                max-width:767px
        }
            }
.Videos-VideoContainer h4 {
            margin-top: 10px;
        }
.Videos-videoWrapper {
        position:relative
}
.Videos-video {
        position:relative;
        max-width:407px;
        margin-right:30px;
        width:100%;
        flex-shrink:0;
}
@media only screen and (min-width : 576px) and (max-width : 767px) {
        .Videos-video {    
            width:100%;
            margin:0;
            max-width:767px
        }
        }
@media only screen and (max-width : 575px) {
        .Videos-video {    
            width:100%;
            margin:0;
            max-width:575px
        }
        }
@media only screen and (min-width : 768px) and (max-width : 991px) {
        .Videos-video {    
            width:300px
        }
        }
.Videos-video img {
            max-width:407px;
            flex-shrink:0;
        }
@media only screen and (max-width : 575px) {
        .Videos-video img {
                max-width:575px;
                width:100%;
                margin-right:0
        }
            }
@media only screen and (min-width : 576px) and (max-width : 767px) {
        .Videos-video img {
                max-width:767px;
                width:100%;
                margin-right:0px
        }
            }
@media only screen and (min-width : 768px) and (max-width : 991px) {
        .Videos-video img {
                width:300px
        }
            }
.Videos-copy {
        width:100%;
}
@media only screen and (min-width : 576px) and (max-width : 767px) {
        .Videos-copy {    
            width:100%;
            margin-top:10px
        }
        }
@media only screen and (max-width : 575px) {
        .Videos-copy {    
            width:100%;
            margin-top:10px
        }
        }
.play-btn {
    display: inline-block;
    position: absolute;
    z-index: 10;
    padding: 9px;
    left: 15px;
    height: 35px;
    border-radius: 4px;
    background-color: #c03;
    bottom:15px;
}
.play-btn:before {
    content: "\25b6";
    font-size:30px;
    position: relative;
    color: #fff;
}
