@media only screen and (min-device-width : 200px) and (max-device-width : 800px) {
	.title-video {
	   font-size: 4rem !important;
	}

	.button-youtube {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 2rem !important;
	}
}