.flip {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	
	/* transform: scaleX(-1); */
}

.video_container {
	width: 576px;
	min-width: 300px;
	max-width: 576px;
	margin: auto;
	z-index: 100;
}

.fa {
	color: black
}

i { transition: all 0.3s ease; border-radius: 3px;}
i:hover {background-color: #C8C8C8}
i:active {border: none}