.featurevidwrap {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.featurevidframe {
    width: 100%;
    max-height: 512px;
    height: auto;
    border: 0;
    aspect-ratio: 16 / 9;
}

.vidwrap {
    width: 800px;
    height: 450px;
    padding: 0;
    overflow: hidden;
}

.vidframe {
    width: 800px;
    height: 450px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16 / 9;
}

/* Responsive layout - Smaller Browsers */
@media screen and (max-width: 900px) {
    .vidwrap {
        width: 100%;
        height: auto;
    }

    .vidframe {
        width: 100%;
        max-height: 512px;
        height: auto;
        border: 0;
        aspect-ratio: 16 / 9;
    }
}