/* MEDIA QUERIES DESKTOP + */

@media screen and (min-width: 1800px)
{
	.container .landing-slider .slides-wraper .detailed-content .limited-width {
		width: 1200px;
	}
	.container .landing-slider.project-2 .detailed-content .section-1 .wrapper.right .text-link {
		margin-left: calc(100vw - 36vw - 490px - (100vw - 1200px) / 2);
	}
	.container .landing-slider.project-4 .detailed-content .section-1 .wrapper.right .text-link {
		margin-left: calc(100vw - 36vw - 490px - (100vw - 1200px) / 2);
	}
}


/* MEDIA QUERIES MOBILE */

@media screen and (max-width: 768px) {
	
	.container {
	  background-image: url("./img/Mobile.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
	}

	.container .landing-slider {
	  display: none;
	}

	.container .menu-btn-box {
	  display: none;
	}

	.container .projects-nav-box {
	  display: none;
	}

}