.content-36 {
    overflow: unset;
}
.content-36 .content-36-card p.h3style {
    margin-bottom: 15px;
}
.content-36 .image-4by3 {
    padding-bottom: 107.6%;
    position: sticky;
    top: 110px;
}
.content-36 .content-36-card:last-of-type {
    margin-bottom: 0px;
}
.content-36 a.button.tertiary {
    color: var(--cornflower);
}
.content-36 a.button.tertiary:before {
    background-color: var(--cornflower);
}
.content-36 a.button.tertiary:after {
    background-image: url('../../../css/buttons/assets/tertiary/cornflower_arrow.svg');
}
.content-36 button.play-video-button {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 120px;
    width: 120px;
    font-size: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('assets/play-button.svg');
}
@media(min-width: 1599.98px){
    .content-36 .align-row {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
}
@media(max-width: 1599.98px) {
    .content-36 button.play-video-button {
        height: 100px;
        width: 100px;
    }
}
@media(max-width: 991.98px) {
    .content-36 button.play-video-button {
        height: 80px;
        width: 80px;
    }
}
@media(max-width: 767.98px) {
    .content-36 .image-4by3 {
        margin-bottom: 30px;
    }
}