.container, .container-lg, .container-md, .container-sm{
	max-width: 90%;
}

#hero{
	color: #fff;
	background-image: url("/images/newFE/home/hero.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 130px 0 90px;
}
@media(max-width: 767px){
	#hero{
		background-image: url("/images/newFE/home/hero-mobile.jpg");
		padding: 180px 0 60px;
	}
}

#buy-sell-rent .container{
	margin-top: 10px;
}
#buy-sell-rent .container .button-box{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#buy-sell-rent .container .button-box a{
	background-color: #083A81;
	border-radius: 5px;
	color: white;
	font-size: large;
	font-weight: bold;
	width: 90%;
}

#marketplace{
	padding: 25px 0 25px;
}
#marketplace h2{
	margin-bottom: 25px;
}
#marketplace .links{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
#marketplace .links > div{
	text-align: center;
}
#marketplace .links > div img{
	width: 100%;
	object-fit: cover;
	margin-bottom: 25px;
}
#marketplace .links > div h3{
	margin-bottom: 5px;
}
@media(max-width: 767px){
	#marketplace{
		padding: 30px 0;
	}
	#marketplace .links{
		grid-template-columns: repeat(1, 1fr);
	}
}

#why-crane{
	padding: 65px 0;
}
#why-crane .d-flex{
	padding-right: 25px;
}
@media(max-width: 991px){
	#why-crane{
		padding-top: 0;
		padding-bottom: 30px;
		overflow: hidden;
	}
	#why-crane .container{
		width: 100%;
		padding: 0;
		max-width: 100%;
	}
	#why-crane img{
		width: 100%;
		object-fit: cover;
		object-position: center 65%;
		height: 200px;
		margin-bottom: 20px;
	}
	#why-crane .order-2{
		padding: 0 30px;
	}
}

#links{
	padding: 65px 0;
	background-image: url("/images/newFE/home/links-bg.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: left center;
}
#links .wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-left: 100px;
}
#links .wrapper > div{
	background: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 30px 15px;
}
#links .wrapper > div img{
	margin-bottom: 25px;
	height: 55px;
}
#links .wrapper > div a{
	margin-bottom: 0;
}
@media(max-width: 991px){
	#links .wrapper{
		grid-template-columns: repeat(2, 1fr);
		margin-left: 200px;
	}
}
@media(max-width: 767px){
	#links{
		background-color: #06234B;
		padding: 150px 0 50px;
		background-image: url("/images/newFE/home/links-bg-mobile.png");
		background-size: contain;
		background-position: top center;
	}
	#links .wrapper{
		grid-template-columns: repeat(1, 1fr);
		margin-left: 0;
		grid-gap: 15px;
	}
}

#buy-sell{
	padding: 65px 0;
}
#buy-sell .content-right{
	padding-left: 50px;
}
@media(max-width: 1199px){
	#buy-sell .buy-sell-buttons{
		text-align: center;
	}
}
@media(max-width: 991px){
	#buy-sell{
		padding: 30px 0;
	}
	#buy-sell img{
		width: 100%;
		height: 250px;
		object-fit: cover;
		margin-bottom: 30px;
	}
	#buy-sell .content-right{
		padding-left: 25px;
	}
}
@media(max-width: 767px){
	#buy-sell{
		overflow: hidden;
	}
	#buy-sell .content-right{
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	#buy-sell .content-right span{
		width: 100%;
	}
}
.rotating-banner-div{
	margin-top: 1rem;
	text-align: center;
}
.rotating-banner-div div > a > img{
	border: 1px solid black;
}
@media(min-width: 800px){
	.rotating-banner-div div > a > img{
		width: 750px;
		height: 111px;
	}
}
