.video-content .video-summary p,
.video-content .video-summary li{
	line-height: 2rem;
}

.video-content{
	padding-top: 1rem;
	padding-bottom: 3rem;
}

.video-content .video-player-container{
	padding: 10px;
	border: 1px solid #efefef;
	width: 100%;
}

.videofile video,
.videofile img,
.youtube iframe{
		width: 100%;
		min-height: 100%;
		min-height: 100% !important;
		padding: 0;
		margin: 0;
		object-fit: cover;
}

.youtube iframe{
	height: 480px;
	position: relative;
}

@media not all and (min-resolution:.001dpcm) { @media {

	.youtube iframe{
		height: 480px;
		right: -6.3%;
	}
}}

.videofile,
.youtube{
    background-color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
		width: 100%;
		border: 1px solid #efefef;
}

 .videofile img,
.youtube img {
	width: 100%;
    position: relative;
    top: 50%;
    left: 0%;
    transform: translate(0%, 0);
    left: 0;
    min-height: 100%;
    opacity: 0.9;
}
.videofile .play-button,
.youtube .play-button {
		margin: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%);
    background-color: transparent;
    z-index: 1;
		transform: translate(-50%, -50%);
}

.videofile .play-button i,
.youtube .play-button i{
  font-size: 4rem;
	transition: all .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
}

.videofile .play-button:hover i,
.youtube .play-button:hover i{
	opacity: 1.0;
	font-size: 5rem;
}

.videofile .play-button:hover i.bye,
.youtube .play-button:hover i.bye{
		transition: all 1s ease !important;
}

.videofile .play-button i.bye,
.youtube .play-button i.bye{
	transition: all 1s ease !important;
	font-size: 0rem;
}
