#page_content_container .content_body_column {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.spiffs_container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
}
/* OVERRIDING A BUNCH OF SPIFFS BEHAVIOR FOR THIS PAGE */
.module_spiff {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    width: 690px;
    max-width: 100%;
    height: 300px;
    flex: none;
    margin-bottom: 40px;
}
.module_spiff a:focus, .module_spiff a:hover {
    outline: none;
    text-decoration: none;
}
.module_spiff .left_content {
    width: 300px;
    height: 300px;
}
.module_spiff .right_content {
    width: 385px;
}
.module_spiff .left_content.thumbnail {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
}
.module_spiff .left_content .left-icon {
    height: 300px;
}
.module_spiff .left_content .border-icon {
    height: 100%;
}
#player {
    display: flex;
    height: 100%;
    width: 100%;
}
#player .video-wrapper {
    height: 100%;
    width: 100%;
}
.modal-content .close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 1.0;
    background-image: url('/elements/img/video_close@2x.png');
    background-size: cover;
}
.modal-content {
    border-radius: 0;
}
.modal-content .video_wrapper iframe {
    width: 100%;
    height: 536px;
}
.modal-dialog {
    width: 954px;
    margin-top: 200px;
}
.modal-content .video_meta {
    padding: 50px;
}
.modal-content .video_meta h4 {
    font-family: BrotherBold;
    font-size: 24px;
    color: #3B4A5A;
    margin-bottom: 25px;
}
.modal-content .video_meta p {
    font-family: RobotoRegular;
    font-size: 16px;
}
#mobile_close {
    display: none;
}
@media only screen and (max-width: 1380px) {
    .spiffs_container {
        justify-content: center;
    }
}
@media only screen and (max-width: 1060px) {
    .modal-dialog {
        width: auto;
        max-width: 954px;
        margin-top: 50px;
    }
    #mobile_close {
        display: block;
        margin-left: auto;
        margin-right: auto;
        color: #888;
    }
    .modal-content .close {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .module_spiff {
        height: auto;
    }
    .module_spiff .right_content {
        width: 100%;
        padding: 30px;
    }
    .module_spiff .right_content a.btn, .further_reading_inner>a {
        display: block;
        width: 100%;
    }
}
