/* Related media */

h4.event-document-title {
    font-size: 1em;
    margin-bottom: 3px !important;
}

.event-media-thumb {   
    border: 1px solid #999;
    margin:0; 
    display:block;
    text-align: center;     
    width: 100%;    
}

.event-media-thumb img {
    object-fit: cover;
    aspect-ratio: 16/9;
}

.event-media-thumb.video-thumb:after{
    position: absolute;
    display: block;
    top: 0; left:5%;
    padding-left: 7%; 
    width: 90%;    
    content: '\25b6';
    font-size: 3em;
    line-height: 1.9em;   
    color:#fff;   
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.432);
}

.event-media-thumb.video-thumb:hover:after{
    color: #fff;
    background: rgba(0, 0, 0, 0.232);
}

figure.event-media-video {
    margin:0 !important;    
}

.modal iframe, .modal .wp-video-shortcode {
    max-width: 100% !important;
    height: auto !important;   
}

.modal-header h3{ margin:0;}

@media (min-width: 980px) {
	.modal .modal-dialog {  
	    max-width: 72% !important;
	}
}