@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.canvas_post h2{
	display: none;
}
.slideshare{
	display:flex; 
	margin:auto; 
	width:1080px; 
	height:600px;
	margin-top: 50px;
}

.content{
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	text-align: center;
}
.video h4{
	margin-top: 10px;
}
.youtube{
	/*display:flex; 
	margin:auto; 
	width:1080px; 
	max-width: 100%;
	height:600px;
	margin-top: 50px;*/
}


/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
	
}

/*iPad*/
@media screen and (max-width: 1023px) {

}

/*iPhone*/
@media screen and (max-width: 767px) {
	.slideshare{
		height:300px;
	}

	.youtube{
		height:300px;
	}
}
