.maincontent_wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: linear-gradient(180deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.8) 100%) , url(/imageserver/Textures/xtestPattern.png.pagespeed.ic.FSdpM5RhMY.webp);
}

.yt_video {
    position: relative;
    display: block;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.yt_video img {
    width: 100%;
    height: auto;
}
.yt_video_text {
    position: absolute;
    left: 0;
    bottom: 8px;
    background-color: #181818;
    padding: 8px 16px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 0 50px 50px 0;
    font-weight: 700;
}

@media (max-width: 1150px) {
    .maincontent {
        width: 100%;
    }
    .home-main {
        box-shadow: none;
    }
}

@media (max-width: 550px) {
    .yt_video_text {
        font-size: .9em;
    }
}