/*=========TABLET LANDSCAPE STYLES============*/

@media screen and (min-width: 1000px) {	

	.bg-wrapper img {
		position: absolute;
		top: 0;
		left: -2.5vw;
		width: 108vw;
		height: auto;
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		/*background-color: rgba(255, 255, 255, 0.01);*/
	}

	.modal-content-container {
		margin-top: 120px;
	}

	.form-buttons-container {
		margin-top: 10px;
	}

	.form-btn {
		position: relative;
		display: inline-block;
		width: 47%;
		height: 45px;
	}

	.submit-btn {
		margin-right: 5%;
	}

	.video-iframe {
		width: 960px;
		height: 540px;
		margin-top: calc((100vh - 540px)/2);
	}

}