/* col-md */
@media (max-width:1199px) {
	.album {
		width:350px;
	}

	.album_bottom {
		width:350px;
		height:350px;
	}

	.video_top {
		width:50%;
	}

	.video_bottom {
		width:50%;
		height:290px;
	}
}

/* col-sm */
@media (max-width:991px) { 
	.album {
		width:400px;
	}

	.album_bottom {
		width:400px;
		height:400px;
	}

	.video_top {
		width:100%;
	}

	.album_bottom {
		z-index:20;
	}

	.album {
		z-index:10;
	}
}

/* col-xs */
@media (max-width:767px) {
	#home h1 img {
		display:block;
		width:100%;
		height:auto;
	}

	.gallery {
		width:100%;
	}

	.album {
		width:100%;
		z-index:20;
	}

	.album_bottom {
		width:100%;
		height:400px;
		z-index:20;
	}    

	.album,
	.album_bottom,
	.video_top {
		background:rgba(0,0,0,0.9);
	}
}