.as-seen {
	background-color:var(--red);
	padding:1em;
}

	.as-seen h4 {
		text-transform: uppercase;
		text-align: center;
		font-size:4vw;
		line-height: 1.2;
		margin:0;
		padding:0;
	}

.head_main {
	position:relative;
	padding:0;
	margin-top:-2vw;
}

	.home_logo {
		position: relative;
		z-index: 2;
		filter:drop-shadow(0 0 .5em #00000088);
		width:70%;
		margin-left:15%;
	}

	.home_bg {
		position: relative;
		z-index: 1;
		margin-top:-40%;
	}

.quote {
	position: absolute;
	text-align: center;
	top:24vw;
	width:20%;
	z-index:5;
}

	.quote .stars {
		text-align: center;
		margin-bottom:0.8vw;
	}
	
	.quote img {
		display: inline-block;
		height:2.5vw;
		filter:drop-shadow(0 0 1.5em #efc75088);
	}

	.quote h3 {
		font-size:3vw;
		text-transform: uppercase;
		margin:0;
		line-height: 0.9;
	}

	.quote h4 {
		font-size:1.2vw;
		margin-top:0.25em;
		text-transform: uppercase;
		color:var(--red);
	}

	#quote1 {
		left:5%;
	}

	#quote2 {
		right:5%;
	}

	.btn {
		position: absolute;
		z-index: 2;
		top:6vw;
		font-size: 1.8vw;
		text-transform: uppercase;
		background-color:var(--gold);
		color:#000;
		text-decoration: none;
		padding:0.25em 1.5em;
		border-radius:100em;
		box-shadow:0 0 2.5em #efc75088;
		width:20%;
		text-align: center;
	}

		.btn:hover {
			background-color:#fff;
			box-shadow:0 0 2.5em #efc750;
		}

		#tickets-btn {
			left:5%;
		}

		#watch-btn {
			right:5%;
		}

@media screen and (max-width:999px){
	.btn {
		top:8vw;
		width:25%;
		font-size:2.2vw;
	}

	.quote {
		top:27vw;
	}
}

@media screen and (max-width:749px){
	.btn {
		top:unset;
		bottom:22vw;
		width:30%;
		font-size: 3vw;
	}

	.quote {
		top:20vw;
	}
}

@media screen and (max-width:599px){
	.quote{
		top:27vw;
	}
}

@media screen and (max-width:449px){

	.home_logo{
		width:90%;
		margin-left:5%;
	}

	.quote {
		position:relative;
		top:unset;
		left:5%;
		width:90%;
		float:left;
		clear:left;
		text-align: center;
		margin-bottom:2em;
	}

	.quote img {
		height:9vw;
	}

	.quote h3 {
		font-size:10vw;
	}

	.quote h4 {
		font-size:5vw;
	}

	.btn{
		position: relative;
		display: block;
		bottom:unset;
		width:90%;
		margin-left:5%;
		left:unset;
		right:unset;
		margin-bottom: 0.5em;
		font-size: 5vw;
	}

	#tickets-btn{
		left:unset;
	}

	#watch-btn{
		right:unset;
		margin-bottom:2em;
	}

	.as-seen h4 {
		font-size:8vw;
	}
}