.gotdirt-thoughtful-curation {
    padding: 0 0 100px;
}

.gotdirt-thoughtful-curation-videos {
    padding-top: 50px;
}

.gotdirt-thoughtful-curation-videos .video-background iframe {
    width: 100%;
    max-width: 325px;
    height: 580px;
    border-radius: 15px !important;

}

@media (max-width: 768px) {
    .gotdirt-thoughtful-curation-videos {
        text-align: center;
    }

    .gotdirt-thoughtful-curation-videos .video-background iframe {

        max-width: 100%;
        height: 580px;



    }
}