figure {
    margin: 0
}

#main {
    margin: 36px auto 15px;
    max-width: 1345px;
    width: 1345px
}

@media screen and (max-width: 1425px) {
    #main {
        margin: 36px 36px 10px;
        width: auto
    }
}

#content {
    display: inline-block;
    float: left;
    width: 100%;
}

.overlay.overlay-100 {
    width: 100% !important;
    max-width: 100% !important
}

    .overlay.overlay-100 p {
        width: 100% !important;
        max-width: 100% !important
    }

.img-container, .video-yt-c-wrapper {
    position: relative;
    height: 100%;
    background-color: #78879b
}

    .img-container img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        right: auto !important;
        object-fit: cover
    }
