.diy-landing-video-block {
    position: relative;
}
.diy-landing-video-block:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 70px;
    height: 100px;
    background: #f8f8f8;
    z-index: 1;
	display: none;
}
.diy-landing-video-block .diy-landing-video-block-title {
    text-align: center;
    color: #000;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    font-weight: bold;
}
.diy-landing-video-block-iframe {
	padding-bottom: 56.25%;
    position: relative;
}
.diy-landing-video-block-iframe iframe {
	border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
	width: 100%;
	display: block;
	z-index: 2;
}
@media (min-width: 576px) {
    .diy-landing-video-block:before {
        bottom: 50px;
        height: 240px;
    }
}
@media (min-width: 768px) {
    .diy-landing-video-block:before {
        bottom: 100px;
        height: 260px;
    }
    .diy-landing-video-block .diy-landing-video-block-title {
        font-size: 26px;
    }
}
@media (min-width: 1200px) {
    .diy-landing-video-block:before {
        bottom: 140px;
        height: 300px;
    }
    .diy-landing-video-block .diy-landing-video-block-title {
        font-size: 30px;
    }
}
@media (min-width: 1600px) {
    .diy-landing-video-block .diy-landing-video-block-title {
        font-size: 36px;
        line-height: 45px;
    }
}