.banner .background {
    min-height: 250px !important;
	object-position: 65% 25%;
	max-height: 500px !important;
}
.banner .container h1 {
	font-size: 4.25rem;
	line-height: 4.5rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0, .5);
}
#natindo_express .img-title {
	width: 500px;
}
#natindo_express .custom-fs-xxlarge {
	font-size: calc(15px + 3vw);
}
#natindo_express .custom-fs-xlarge {
	font-size: calc(12px + 2.5vw);
}
#natindo_express .custom-fs-large {
	font-size: calc(10px + 2vw);
}
#natindo_express .pricelist-container {
	padding: 3rem 0 5rem;
}
#natindo_express .pricelist-container .pricelist-title {
	font-size: calc(22px + 1.8vw) !important;
}
#natindo_express .pricelist-container .pricelist-box-container {
    transition: all .1s ease-in-out;
	padding: 1rem;
}
#natindo_express .pricelist-container .pricelist-box-container .pricelist-box {
	background-color: white !important;
	padding: 1rem 1rem 1.5rem;
	height: 100%;
	box-shadow: .3rem 0 .7rem rgba(0,0,0,.3);
}
#natindo_express .pricelist-container .pricelist-box-container:hover {
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}
#natindo_express img.custom-size-2 {
	width: 100%;
	max-width: 125px;
}
#natindo_express .custom-btn.customed {
	padding: 0 1rem !important;
	font-size: calc(8px + .7vw) !important;
	color: rgb(193, 39, 45) !important;
}
#natindo_express .custom-btn.customed:hover {
	color: white !important;
}
#natindo_express .custom-fs-title {
	font-size: calc(10px + 3.1vw);
}
#natindo_express .icon-size {
	font-size: 2.5rem;
}
#natindo_express .custom-position {
	position: relative;
	top: -6rem;
	border-radius: 1rem;
	box-shadow: .3rem 0 .7rem rgba(0,0,0,.3);
}
#natindo_express .img-warning {
	width: 60px;
}

#natindo_express .text-over-image {
	top: 50%;
    transform: translateY(-50%);
	left: 10%;
}
#natindo_express ul li {
	font-size: calc(8px + 1vw) !important;
}

@media (max-width: 440px) {
    .banner .container h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	#natindo_express .icon-size {
		font-size: 1.5rem;
	}
	#natindo_express .pricelist-container {
		padding: 2rem 0 2.5rem;
	}
	#natindo_express .pricelist-container .pricelist-box-container {
		padding: .5rem;
	}
	#natindo_express .pricelist-container .pricelist-box-container .pricelist-box {
		padding: .5rem .5rem 1rem;
	}
}

@media (min-width: 441px) and (max-width: 575px) {
    .banner .container h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	#natindo_express .icon-size {
		font-size: 2rem;
	}
	#natindo_express .pricelist-container {
		padding: 2rem 0 2.5rem;
	}
	#natindo_express .pricelist-container .pricelist-box-container {
		padding: .75rem;
	}
	#natindo_express .pricelist-container .pricelist-box-container .pricelist-box {
		padding: .75rem .75rem 1.25rem;
	}
}

@media (max-width: 575px) {
	#natindo_express .img-warning {
		width: 40px;
	}
	#natindo_express .img-title {
		width: 300px;
	}
	#natindo_express .text-over-image {
		left: 5%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.banner .container h1 {
		font-size: 2.5rem;
		line-height: 2.75rem;
	}
    #natindo_express .img-warning {
		width: 50px;
	}
	#natindo_express .img-title {
		width: 400px;
	}
	#natindo_express .text-over-image {
		left: 6.5%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
 	.banner .container h1 {
		font-size: 3.25rem;
		line-height: 3.5rem;
	}
    #natindo_express .img-title {
		width: 400px;
	}
	#natindo_express .pricelist-container .pricelist-box-container {
		padding: .75rem;
	}
	#natindo_express .text-over-image {
		left: 7.5%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.banner .container h1 {
		font-size: 4rem;
		line-height: 4.25rem;
	}
	#natindo_express .img-title {
		width: 450px;
	}
	#natindo_express .pricelist-container .pricelist-box-container {
		padding: .75rem;
	}
} 