/*********************** Video ************************/
Iframe {
    width: 100%;
    height: auto;
    border: none;
    outline: none;
}

.video {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 65%;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
    .video_column {
        max-width: 100%;
    }
}