/* Divi module css (frontend) */
#main-content .et_pb_video_offerer .et_pb_video_offerer_video_thumbnail_overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    margin: -48px 0 0 -40px;
    line-height: 14px;
}

#main-content .et_pb_video_offerer .et_pb_video_offerer_video_thumbnail_overlay img {
    margin-bottom: 0;
}

#main-content .et_pb_video_offerer .et_pb_video_offerer_video_thumbnail:hover .et_pb_video_offerer_video_thumbnail_overlay {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* Remove vertical line from the sidebar (content) */
#main-content .container:before {
    background: none !important;
}

.d-block {
    display: block !important;
}

.tabs .offererContent.d-block {
    padding: 0;
}

/**
Overriding these rules:
.enews-article-content div.wp-caption.alignnone img,
.enews-article-content .wp-caption.alignnone .wp-caption-text {
	margin-left: -100px;
}
*/
.liveBlogEntryText img,
.liveBlogEntryText .wp-caption-text {
    margin-left: 0!important;
	max-width: 100%;
}

.liveBlogContainer .wp-editor-container .mce-txt {
    width: auto;
}
