@media 
	only 
	screen 
	and (max-width: 768px) {
	.widthVideoCons{
		margin-left: 22%;
	}
		.headerTextSize{
			font-size: 2.5rem;
		}
}