.main-wrapper {
	display: block
}

.main-wrapper .player-wrapper {
-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1);
}

.main-wrapper .player-wrapper #four-promo {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(img/sleeptb_website_header.jpg) no-repeat 50%;
	background-size: cover
}

.main-wrapper .player-wrapper #four-promo .four-cta {
	z-index: 10;
	position: absolute;
	bottom: 14%;
	left: 0;
	width: 100%;
	text-align: center
}

@media only screen and (max-width:1199px) {
	.main-wrapper .player-wrapper #four-promo .four-cta {
		bottom: 20%
	}
}

.main-wrapper .player-wrapper #four-promo .four-cta a {
	background: #000;
	color: #fff;
	padding: 5px 30px;
	margin: 0 10px;
	transition: all .5s
}

@media only screen and (max-width:1199px) {
	.main-wrapper .player-wrapper #four-promo .four-cta a {
		margin: 0 5px
	}
}

.main-wrapper .player-wrapper #four-promo .four-cta a:hover {
	text-decoration: none;
	background: #fff;
	color: #000
}