/* Serpente da Lua */
.video {
	width: 100%;
  	height: 446px;
}

.page-description + ul.products {
 	display: none; 
}

/* medium screens */
@media only screen and (min-width: 321px) and (max-width: 800px) {
	.video {
    	height: 300px;
  	}
}

/* small screens */
@media only screen and (max-width: 320px) {
	.video {
    	height: 185px;
  	}
}
