/* hero style */
.video-frame{
    position: relative;
}
.hero-video{
    max-height: 220px;
    overflow: hidden;
    border-radius: 20px;
}

.hero-video:first-child{
    margin-bottom: 23px;
}

