@media only screen {
	.autoplayer-pro {
		position: relative;
		width: 100vw;
		max-width: 100%;
		height: calc(100vh - 204px);
		background-color: #ccc;
		overflow: hidden;
	}
	.autoplayer-pro .poster {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 1;
	}
	.autoplayer-pro .fallback.loaded .poster {
		filter: none;
	}
	.autoplayer-pro .video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0;
		transition: opacity 300ms cubic-bezier(0,0,0.3,1);
		z-index: 2;
	}
	.autoplayer-pro.video-loaded .video {
		opacity: 1;
	}
	.autoplayer-pro .video-controls {
		display: none;
		margin-bottom: 1rem;
	}
	.autoplayer-pro.video-loaded .video-controls {
		display: none;
	}
	.autoplayer-pro .video-control {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		color: #fff;
		border: none;
		border-radius: 50%;
		background-color: #203f99;
		cursor: pointer;
	}
	.autoplayer-pro .video-control:hover {
		background-color: #3e5dbb;
	}
	.autoplayer-pro .video-control:focus {
		box-shadow: 0 0 0 2px #fff, 0 0 0 4px #203f99;
		outline: none;
	}
	.autoplayer-pro .video-control .fa-play {
		margin-left: 2px;
	}
	.autoplayer-pro .text-content {
		padding: 20px;
		position: absolute;
		left: 0;
		bottom: 10%;
		z-index: 2;	
	}
	.autoplayer-pro .text-content .title {
		max-width: 615px;
		text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
		color: white;

	}
	.autoplayer-pro .text-content .description {
		color: white;
	}
	.autoplayer-pro .buttons .button {
		margin-bottom: 0;
		padding: 0 35px;
		text-transform: uppercase;
		color: white;
		background-color: rgba(0, 0, 0, 0.4);
		border: 2px solid #e5b966;
	}
	.autoplayer-pro .buttons .button:hover {
		background-color: black;
		border: 2px solid #002252 !important
	}
	.autoplayer-pro .text-content .read-more:hover,
	.autoplayer-pro .text-content .read-more:focus {
		outline: none;
	}
}

@media only screen and (min-width: 40.063em) {
	.header-slideshow .buttons .button {
		margin-right: 1em;
	}
}

@media only screen and (min-width: 64.063em) {
	.autoplayer-pro .text-content {
		bottom: 20%;
		max-width: 63em;
		left: 0;
		right: 0;
		margin: auto;		
	}
	.scroll-down {
		display: block;
		position: absolute;
		bottom: 34px;
		width: 100%;
		pointer-events: none;
		text-transform: uppercase;
		z-index: 1;
		color: white;
		display: block;
		text-align: center;
	}
}

@media only screen and (min-width: 75em) {
	.autoplayer-pro .text-content {
		max-width: 73em;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (-ms-high-contrast: none) {
	.autoplayer-pro {
		padding-bottom: 56.25%;
	}
	.autoplayer-pro .loaded.fallback .poster {
		height: 100%;
	}
}

@media only screen and (max-width: 64em) and (-ms-high-contrast: none) {
	.autoplayer-pro {
		height: auto;
	}
	.autoplayer-pro .text-content {
		bottom: 20px;
		padding: 0 20px;
	}
	.autoplayer-pro .text-content h1 {
		font-size: 1.5em;
	}
	.autoplayer-pro .buttons .button {
		margin: 0;
	}
}

@media only screen and (min-width: 64.063em) and (-ms-high-contrast: none) {
	.autoplayer-pro {
		height: 100%;
	}
}
