.video-block h2{
  margin-bottom: 0.5em;
}

.video-block img{
  max-width: 100%;
}

.video-block img,
.video-block i{
  cursor: pointer;
}

.video-block p{
  font-size: 1.2rem;
  color: #717173;
  line-height: 1.7rem;
}


.video-text {
  border: 3px solid #eeeeee;
}

.video-block h2 {
  font-weight: bold;
  color: #09006d !important;
  font-size: 1.5rem;
}

.video-block .video{
  background: #000;
}

.video-block iframe,
.video-block video{
  width: 100%;
}

.video-block .video{
  transition: all 0.5s ease;
}

.video-block .videofile .play-button,
.video-block .youtube .play-button{
		margin: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%);
    background-color: transparent;
    z-index: 1;
		transform: translate(-50%, -50%);
    color: rgba(255,255,255,0.95);
}

.video-block .videofile .play-button i,
.video-block .youtube .play-button i{
  font-size: 5rem;
	transition: all .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
  text-shadow: 0rem 0rem 5rem rgba(0,0,0,0.25);
}

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

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

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