@charset "UTF-8";


.aga-video-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #222;
	border-top:4px solid #ffba02;
	border-bottom:4px solid #ffba02; //#fff407;
}

.aga-video-block .main {
	width: 60%;
	float:left;
	border-right:2px solid #ffba02; //#fff407;
}
.aga-video-block .details {
	width: 40%;
	float:left;
	//height: 300px;
	display: flex;
	flex-wrap: wrap;
}
.aga-video-block .details p {
	margin-bottom:0px;
}
.aga-video-block .details .sub {
	width: 50%;
	height: 50%;
	float:left;
	overflow: hidden;
	position: relative;
}
.sub.sub1 {
	border-right:2px solid #ffba02; //#fff407;
}
.sub.sub2 {

}
.sub.sub3 {
	border-top:2px solid #ffba02; //#fff407;
	border-right:2px solid #ffba02; //#fff407;
}
.sub.sub4 {
	border-top:2px solid #ffba02; //#fff407;
}

.twitter .twitter-tweet {
	margin: 0 !important;
}

.text-overlay {
	width: 100%;
	height:100%;
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.text-overlay .post-details {
	position: absolute;
	z-index: 3;
	bottom: 5%; //1.25em;
	left: 5%; //1.5em;
	right: 5%;
	transition: all .5s;
}
.text-overlay h3 {
	padding: 0;
	margin: 8px 0 0 !important;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000;
	font-size: 1.2em;
}
.text-overlay h3 a {
	color: #fff !important;
}
.text-overlay h3 a:hover {
	color: #19a3ff !important;
}

.text-overlay .category {
	display: inline-table;
	padding: 4px 6px;
	border: 1px solid #fff;
	color: #fff;
	text-shadow: 0px 0px 4px #000;
	transition: background-color 0.25s ease;
	border-radius: 4px;
}

.v-post {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: top center;
	background-position: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	box-shadow: 16px -96px 128px 16px rgba(0, 0, 0, 0.75) inset;
	transition: all .5s;
}

.v-post .overlay {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sub:hover .v-post {
	transform: scale(1.1);
}
.v-post:hover .overlay {
	opacity: 0;
}

.twitch-player {
	position:relative;
	padding-bottom:56.25%;
	height:0;
}
.twitch-player iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}


/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1367px) {
	.aga-video-block .main {
		width: 100%;
		float:none;
		border-right:none;
	}
	.aga-video-block .details {
		width: 100%;
		float:none;
	}
	.aga-video-block .details {
		height: auto !important;
	}
	.aga-video-block .details .sub {
		width: 25%;
		height: 300px;
	}
	.col {
		padding:0 1em;
	}
	.sub.sub1 {
		border-top:2px solid #ffba02; //#fff407;
		border-right:2px solid #ffba02; //#fff407;
	}
	.sub.sub2 {
		border-top:2px solid #ffba02; //#fff407;
		border-right:2px solid #ffba02; //#fff407;
	}
	.sub.sub3 {
		border-top:2px solid #ffba02; //#fff407;
		border-right:2px solid #ffba02; //#fff407;
	}
	.sub.sub4 {
		border-top:2px solid #ffba02; //#fff407;
	}
}

@media screen and (max-width: 800px) {
	.aga-video-block .details .sub {
		width: 50%;
	}
}

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

}

@media screen and (max-width: 568px) {
	.aga-video-block .details .sub {
		width: 100%;
		height: 200px;
	}
}

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

}

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