.tvRow {
	display: inline-flex;
}

.tv1 {
	background-image: url("../../images/comic/animatedbars.gif");;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
	font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 0.3em;
	font-size: 62.5%;
	position: relative;
	cursor: pointer;
	background-size: 100% 100%;
	height: 299px;
	width: 495px;
}

.tv {
	background-image: url("../../images/comic/tv.png"), url("../../images/comic/shading.png");
	background-size: 100% 100%;
	height: 307px;
	width: 500px;
}

.tvyoutube {
	position: absolute;
	top: -5px;
	left: -2px;
	background-image: url("../../images/comic/tv.png"), url("../../images/comic/shading.png");
	background-size: 100% 100%;
	height: 307px;
	width: 500px;
	z-index: 10;
}

.youtube iframe {
	margin-top: -5px;
  	margin-left: -120px;
	width: 385px;
	height: 307px;
	position: relative;
}

.tvcontent {
	width: 60%;
	height: 65%;
	font-size: 22px;
	position: relative;
	top: 40%;
	left: 10%;
	text-align: center;
	color: #fff;
}

#watchButton {
	cursor: pointer;
	margin-right: auto;
}

#remoteButton {
	cursor: pointer;
  transform: rotate(343deg);
	margin-right: 30px;
	margin-left: auto;
}

#remote {
	width: 50px;
}


.tvtext {
	font-size: 22px;
	font-weight: bold;
}

.tvtextsub {
	font-weight: bold;
	font-size: 12px;
}

