/*==================================
	videoBlock
==================================*/

.video-block {
    text-align: center;
}

.video-block video {
    max-width: 100%;
}

/*==== End of videoBlock ====*/


/*==================================
	Responsive
==================================*/

@media screen and (max-width:768px) {

}

/*==== End of Responsive ====*/
