.redesign.video-section {
    height: 566px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
}

.redesign.video-section:before {
    content: '';
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: rgba(0, 0, 0, .26);
}

.redesign.video-section .redesign-title {
    z-index: 2;
}

.redesign.video-section .video-wrapper {
    height: auto;
    width: 100%;
    padding: 20px;
    border: none;
    z-index: 2;
}

.redesign.video-section .iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 641px) {
    .redesign.video-section .video-wrapper {
        width: 628px;
        height: 376px;
        border: 1px solid rgba(255,255,255, 0.4);
        border-radius: 8px;
    }
}

@media screen and (max-width: 640px) {
    .redesign.video-section .video-wrapper {
        position: relative;
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        padding-top: 56.25%;
    }

    .redesign.video-section .iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}
