/* CSS Document */
.videocenter:after {
	background: none;
	font-family: "FontAwesome";
	content: "\f144";
	position: absolute;
	font-size: 26px;
	margin-top: 50%;
	margin-left: 4%;
	text-align: center;
	color: #FFF;
	opacity: 1;
	left: 0px;
	top: 0px;
}

.videobutton:before {
	background: none;
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	color: #F2F2F2;
	font-size: 25px;
	line-height: 50px;
	text-shadow: 0px 1px #015883;
	content: "";
	z-index: 2;
	width: 51px;
	text-align: center;
	border: 1px solid #06B2E6;
	border-radius: 5px 0px 0px 5px;
	height: auto;
	}


@media (min-width:768px) and (max-width:992px) {
	.videobutton:before {
	content:"";
    width: 0px;
	}
}