.studyVideo{}
.studyVideo .iframe_container{border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.15);}
.studyVideo .iframe_wrapper:nth-of-type(2){margin:50px 0 0;}
.studyVideo .ytInfo{color:var(--colBlack);font-size:12px;line-height:18px;}
.studyVideo .ytInfoHref{color:var(--colGreen);font-weight:900;}


@media screen and (max-width:767px)
{
    .studyVideo .iframe_wrapper:nth-of-type(2){margin:30px 0 0;}
    .studyVideo div.iframe_container .ytInfo{width:90%;bottom:10px;}
    .studyVideo .iframe_container > p > img{transform:scale(.62)}
}