.article.vg__videoAT {
    float: left;
    width: calc(100% - 2%);
    margin: 0 0 1em 2%;
}

@media screen and (min-width: 768px) {
    .article.vg__videoAT {
        width: calc(100% - 1.3%);
        margin: 0 0 1.3% 1.3%;
    }
}

.videoAT__link {
    text-decoration: none;
    color: inherit;
}

.videoAT__content {
    position: relative;
    padding: 1.5em 1.5em .1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.videoAT__content--hasButton {
    padding-bottom: 1em;
}

.videoAT__content p {
    margin-bottom: 1em;
}

.videoAT__content p:last-child,
.videoAT__content p.last {
    margin-bottom: 0;
}

.videoAT__text {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.4;
}

.videoAT__button {
    margin-top: 1em;
}

.videoAT__vimeoVideo {
    display: block;
    width: 100%;
}

.videoAT__media {
    position: relative;
    overflow: hidden;
    height: 0;
    background-size: cover;
    background-position: center;
}

.videoAT__media:not(.videoAT__media--hasVideoVimeo) {
    padding-bottom: 56.25%;
}

.videoAT__placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.playButton {
    display: block;
}

.playButton:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    opacity: 0.8;
    background: url(playButton.png) no-repeat 50% 50%;
    background-size: 60px;
    z-index: 1;
}

/**
 * Different layout - 50%
 */

.videoAT--50 .videoAT__content {
    padding: 1.5em;
}

.videoAT__media--hasVideoVimeo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: unset;
    overflow: hidden;
    text-align: center;
}

.videoAT__media--hasVideoVimeo video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.videoAT--50portrait .videoAT__media--hasImage,
.videoAT--50portrait .videoAT__media--hasVideoVimeo {
    padding-bottom: 120%;
}

@media (min-width: 768px) {
    .videoAT--50 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .videoAT--50 .videoAT__media {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .videoAT--50 .videoAT__content {
        width: 50%;
    }

    .videoAT__right .videoAT__media {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .videoAT--50 .videoAT__media--hasImage,
    .videoAT--50 .videoAT__media--hasVideo {
        height: auto;
        padding-bottom: 28.125%;
    }

    .videoAT--50 .videoAT__media--hasVideoVimeo {
        padding-bottom: 28.125%;
    }

    .videoAT--50portrait .videoAT__media--hasImage,
    .videoAT--50portrait .videoAT__media--hasVideo,
    .videoAT--50portrait .videoAT__media--hasVideoVimeo {
        padding-bottom: 60%;
    }

    html:not(.ie9) .videoAT--50 .video-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: auto;
        padding: 0 !important;
    }
}

@media (min-width: 1000px) {
    .videoAT--50 .videoAT__content {
        padding: 2em 2.5em;
    }
}
