@media screen and (max-width: 700px) {
    video {
	width: 100%;
	height: auto;
    }
}
