.video {
    padding: 2em 0;
}

.video-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.video-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.video .content {
    margin-top: 1.5em;
}


@media screen and (min-width: 900px) {

    .video .container .home-container {
        align-items: center;
        

    }
    .video-box {
        width: 50%;
        min-height: 300px;
    }
    .video-box iframe {
        width: 100%;
        height: 100%;
    }

    .video .content {
        width: 50%;
    }
    

}