embed,iframe,object,video { 
  margin-bottom: 20px; 
  max-width: 100%; 
  vertical-align: middle; }

p > embed,
p > iframe,
p > object,
p > video { 
  margin-bottom: 0; 
}

.svc-video-container {
	overflow: hidden;
	margin: 10px 10px 10px 0; 
	position:relative;
	width: 100%;
	border: 3px ridge #778891;;
}

.svcVideo { 
	overflow: hidden !important;
	margin-bottom: 0px !important; 
	padding: 0px !important;
}

.video-controls { 
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	width: 94%;
	padding: 0px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
} 

@media only screen and (max-width: 535px) {
	.video-controls { 
		width: 92%;
	}
	.video-buttons #expand:before {
	margin-left: 35px !important;
	}
}

@media only screen and (min-width: 575px) and (max-width: 1049px) {
	.video-controls { 
		width: 96%;
	}
}

.video-controls-hidden {
	transform: translateY(100%) translateY(-7px);
}

.svcVideo:hover .video-controls {
	transform: translateY(0);
}

.video-bar-container {
	top: 0;
	left: 0;
	width: 100%;
}

.video-bar {
	height: 8px;
	width: 0px;
	background-color: rgba(119, 136, 145, 1.0);
}
 
.video-buttons {
	display: flex;
	width: 100%;
}
 
.video-buttons button {
	background: none !important;
	border: 0 !important;
	outline: 0 !important;
	cursor: pointer !important;
	line-height: normal !important;
	background-color: none !important;
	margin: 0px !important;
	padding: 4px 0px 0px 8px !important; 
}

#video-time {
	margin-left: auto;
	padding-right: 25px;
	color: white;
}