/* Video instructions */
#video-instructions {
	width: 560px;
	height: 315px;
	display: inline-block;
}

/* Responsive fix */
@media (max-width: 1260px) {

	/* Video instructions */
	#video-instructions {
		width: 460px;
		height: auto;
	}
}

/* Responsive fix */
@media (max-width: 1060px) {

	/* Video instructions */
	#video-instructions {
		width: 400px;
		height: auto;
	}
}

/* Responsive tablet */
@media (max-width: 992px) {

	/* Video instructions */
	#video-instructions {
		width: 560px;
		height: 315px;
		padding: 40px 0 33px 0;
	}
}

/* Responsive phone */
@media (max-width: 576px) {

	/* Video instructions */
	#video-instructions {
		width: 300px;
		height: auto;
	}
}