/* =================================
------------------------------------
	Labs - Design Studio
	Version: 1.0
 ------------------------------------ 
 ====================================*/


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

.intro-video {
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
	margin-top: 0px;
	margin-bottom: 90px;
}

/* .intro-video img {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
	        box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
} */
.intro-video img {
	position: relative;
	width: 100%;
}

.intro-video a {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 45%;
	margin-left: -30px;
	margin-top: -30px;
	color: #0000009c;
	background: #9e9e9ec7;
	border-radius: 50%;
	text-align: center;
	padding-top: 20px;
	padding-left: 5px;
}



@media only screen and (max-width: 479px) {
	.header-section {
		padding: 0 20px;
	}
	.hero-content {
		display: none;
	}
	.intro-video {
		margin-top: -120px;
	}
	.post-thumbnail .post-date {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		-webkit-transform-origin: left top;
		    -ms-transform-origin: left top;
		        transform-origin: left top;
	}
	.single-post .author .avatar {
		margin-right: 20px;
	}
	.single-post .author .avatar img {
		min-width: 60px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
}