/*
Element Styles: Videobox Entry Content
*/

.ae-videobox-entry-content {
    margin: 27px 0;
}

.ae-videobox-entry-content img {
    margin-bottom: 27px;
}

.ae-videobox-entry-content h3 {
    color: #ea4946;
}

.ae-videobox,
.ae-entry-content,
.ae-videobox-entry-content img {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

@media (min-width: 768px) {
    .ae-videobox,
    .ae-entry-content,
    .ae-videobox-entry-content img {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    }
}

@media (min-width: 960px) {
    .ae-videobox,
    .ae-entry-content {
        width: 50% !important;
        max-width: 50% !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    }
    
    .ae-videobox-entry-content img {
        margin-bottom: 0;
    }
}




