/*=========MOBILE LANDSCAPE STYLES============*/

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

	.mobile-links-container {
		width: 80vw;
		bottom: 50px;
	}

	.contact-button-wrapper {
		position: relative;
		display: inline-block;
		float: left;
		width: 37vw;
	}

	.about-epk-button {
		position: relative;
		display: inline-block;
		width: 37vw;
		transform-origin: 50% 50%;
		transition: all 0.2s ease-out;
	}

	.about-epk-button:before {
		content: '';
		position: absolute;
		width: 14px;
		transition: all 0.2s ease-out;
	}

	.about-epk-button:after {
		content: '';
		position: absolute;
		width: calc(14px + 0.125em);
		transition: all 0.2s ease-out;
	}

	.contact-button-wrapper.selected > .about-epk-button {
		width: 0;
		transform-origin: 50% 50%;
		transition: all 0.2s ease-out;
	}

	.epk-button-half {
		width: calc(18.5vw - 10px);
		letter-spacing: 0.25em;
		transition: all 0.2s ease-out;
	}

	.epk-button-half:before {
		content: '';
		position: absolute;
		width: 4px;
		transition: all 0.2s ease-out;
	}

	.epk-button-half:after {
		content: '';
		position: absolute;
		width: calc(4px + 0.125em);
		transition: all 0.2s ease-out;
	}

	.epk-left {
		left: -18.5vw;
	}

	.epk-right {
		right: -18.5vw;
	}

	.contact-button-wrapper.selected > .epk-left {
		left: 0;
		transition: all 0.2s ease-out;
	}

	.contact-button-wrapper.selected > .epk-right {
		right: 0;
		transition: all 0.2s ease-out;
	}

	.pdf-button {
		position: relative;
		display: inline-block !important;
		float: right;
		width: 37vw;
		margin-top: 0;
		margin-left: 2vw;
		transition: all 0.2s ease-out;
	}

	.pdf-button:before {
		content: '';
		position: absolute;
		width: 14px;
		transition: all 0.2s ease-out;
	}

	.pdf-button:after {
		content: '';
		position: absolute;
		width: calc(14px + 0.125em);
		transition: all 0.2s ease-out;
	}

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

	.mobile-modal-links li {
		margin-bottom: 40px;
	}

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

	.contact-overlay {
		overflow-x: hidden;
		overflow-y: auto !important;
	}

	.contact-overlay > .modal-content-container {
		margin-bottom: 100px;
	}

	.contact-modal-content-wrapper {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.form-wrapper {
		overflow-x: hidden;
		overflow-y: auto;
	}

}