
@media only screen and (min-width: 100px) and (max-width: 800px) {

	.meeting {
		font-size: 10px;
	}
	.meeting_content {
		width: 80%;
	}
	.meeting_text {
		padding: 5px 0 ;
	}
	.live {
		padding: 5px 0;
	}
	.live_icon {
		width: 40%;
		margin: 10px 0;
	}
	.footer_text {
		font-size: 10px;
		padding: 5px 0;
	}
	.schedule_content {
		width: 80%;
	}
	.guest {
		height: 300px;
	}
	.schedule_content {
		width: 60%;
	}
}