.sectionWrap{
    margin-bottom: 100px;
}
.sectionWrap>article>h2{
    border-bottom: 2px solid rgba(0,0,0,0.2);
}
.sectionheader{
    background: ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border:none;
}
.sectionWrap{
    margin-top:50px;
}

.videoContain{
    width:32%;
    margin-right: 2%;
    float:left;
    margin-top:2%;
}
.videoContain:nth-of-type(3n){
    margin-right: 0;
}
.videoContain>iframe{
    width:100%;
    height: 245.67px;
    border:1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.videoContain>p{
    text-align: center;
    line-height: 30px;
    height: 30px;
}
.videoContain:nth-of-type(4)>p{
    line-height: 18px;
    padding-top:7px;
    box-sizing: border-box;
    height: 40px;
}