@media screen and (min-width: 1921px) {
	.active h2 {
		font-size: 6rem !important;
	}
	.road-button {
		font-size: 2rem !important;
		line-height: 3rem !important;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}



	html, body  {
		height: 100vh !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		background-color: rgba(0,0,0,0.5) !important;
	}
	body {
		position:relative;
	}
	.accordion {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		overflow: hidden !important;
	}
	.ui-widget {
		overflow:hidden !important;
	}
	.ui-accordion .ui-accordion-content {
        /*padding: 1em 0 15em 0 !important;*/
    }
	.ui-accordion .ui-accordion-header {
		margin: 0 !important;
	}
	.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
		border-top-right-radius: 0 !important;
	}
	.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
		border-top-left-radius: 0 !important;
	}
	.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
		border-bottom-right-radius: 0 !important;
	}
	.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
		border-bottom-left-radius: 0 !important;
	}
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
		border: 0 !important;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
		border: 0 !important;
	}
	.ui-icon-triangle-1-e {
		display: none !important;
	}
	.ui-state-active .ui-icon, .ui-button:active .ui-icon {
		display: none !important;
	}
	.ui-accordion .ui-accordion-header {
		padding: 0 !important;
	}
	.ui-widget-content {
		border: 0 !important;
	}
	.ui-accordion .ui-accordion-content {
		padding: 0 !important;
	}

	.t-m {
		background-color: rgba(0,0,0,0.5);
		min-height: 80px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #ffffff;
		font-family: 'Raleway', sans-serif;
		letter-spacing: 0.35rem !important;
		font-weight: 600;
		height: 100%;
		line-height: 18px;
	}
	.t-m span {
		font-weight: 400 !important;
	}

	.back-button {
		width: 150px !important;
		padding: 5px 10px !important;
		height: 30px !important;
		font-size: 0.5rem !important;
	}

	.road-button {
		color: #ffffff !important;
		font-size: 13px !important;
		line-height: 10px !important;
		padding: 14px !important;
	}

	h2 {
		text-align: center !important;
		font-size: 2rem !important;
		line-height: 2.2rem;
	}

	h3 {
		height: 25% !important;
	}
	#geants {
		background: url('../imgs/cap-geants.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		transition: all .5s ease;
		display:none;
	}
	#geants-d {
		background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../imgs/cap-geants.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		border: 15px solid #ffffff !important;
		padding: 3px !important;
		height:50% !important;
		overflow:hidden !important;
	}
	#nature {
		background: url('../imgs/cap-nature.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		transition: all .5s ease;
	}
	#nature-d {
		background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../imgs/cap-nature.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		border: 15px solid #ffffff !important;
		padding: 3px !important;
		height:50% !important;
		overflow:hidden !important;
	}
	#peninsule {
		background: url('../imgs/cap-peninsule.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		transition: all .5s ease;
	}
	#peninsule-d {
		background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../imgs/cap-peninsule.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		border: 15px solid #ffffff !important;
		padding: 3px !important;
		height:50% !important;
		overflow:hidden !important;
	}

	.partners {
		letter-spacing: 0.5rem !important;
		font-size: 0.9rem;
		line-height: 0.6rem !important;
	}

	.bj-q {
		margin-top:25px !important;
	}
}
