.section-webmdvideoplayer .section--inner .row .col-lg-12{
    padding:0px;
}
.webmd-videoloader.module.responsive-video-container.webmd-video{
    padding: 0px;
    margin: 0px;
}
.section-webmdvideoplayer .ple-section-edit-drawer, .section-webmdvideoplayer .ple-insert-section-container
{
    z-index:1000;
}
.comp-webmdvideoplayer p.no-id {
    padding: 50px;
    text-align: center;
}
.comp-webmdvideoplayer .video-ref {
    min-height: 420px;
}
.comp-webmdvideoplayer .non-vue-video .loading {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 420px;
}
.comp-webmdvideoplayer .non-vue-video .module {
    padding: 0
}
.comp-webmdvideoplayer .non-vue-video .vue-video-wrapper .vue-video-player .amp-controls.amp-bar {
    word-break: normal;
}
.container-fluid .comp-webmdvideoplayer{ 
	background: linear-gradient(to bottom, #212121 0, #090909 100%);
}
.container-fluid .comp-webmdvideoplayer .video-ref{
	max-width:1140px;
	margin: 0 auto;
}
.container-fluid .comp-webmdvideoplayer .non-vue-video .loading {
    color: white;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.container-fluid .comp-webmdvideoplayer .video-ref{
		max-width:960px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023.8px) {
	.container-fluid .comp-webmdvideoplayer .video-ref{
		max-width:720px;
	}
}

@media (max-width: 1023.8px) {
    .comp-webmdvideoplayer .video-ref {
        min-height: 260px;
    }
    .comp-webmdvideoplayer .non-vue-video .loading {
        min-height: 260px;
    }
}

@media (max-width: 767.8px) {
    .comp-webmdvideoplayer .video-ref {
        min-height: 194px;
    }
    .comp-webmdvideoplayer .non-vue-video .loading {
        min-height: 194px;
    }
}


