@media (min-width: 1200px) {
	.hero-section {
		position: relative;
	}

	.hero-slide {
		position: relative;
		padding: 70px 0 90px;
		text-decoration: none;
		min-height: 265px;
	}

	.hero-background {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	}

	.hero-background img {
		width: 100%;
	    height: 100%;
	    object-fit: cover;
	    object-position: center;
	}

	.hero-background img.img-contain {
	    object-fit: contain;
	}

	.hero-section h1 {
		color: #343434;
    	margin: 0;
    	text-transform: uppercase;
	}

	.hero-overlay {
		background: rgba(0,0,0,0.5);
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	}

	.hero-section .container {
		z-index: 3;	
		position: relative;
		text-align: right;
	}

	.sub-heading {
		color: #343434;
	    text-transform: uppercase;
	    font-weight: 400;
	    font-size: 25px;
	    position: relative;
	}

	.sub-headingx:after {
	   	right: -72px;
	    top: 50%;
	    margin-top: -1px;
	    width: 60px;
	    content: '';
	    position: absolute;
	    height: 2px;
	    background-color: #fc5c04;
	    bottom: 0;
	}

	.hero-slider .slick-dots {
		bottom: 11px;
	    text-align: center;
	    max-width: 1649px;
	    margin: 0 auto;
	    display: block;
	    left: 0;
	    right: 0;
	    width: 98%;
	}

	.hero-slider .slick-dots li {
		width: 100px;
		margin: 0 9px 0 0;
	    padding: 0;
	    height: 6px;
	    border-radius: 0;
	    display: inline-block;
	    cursor: pointer;
	    line-height: 1em;
	    text-align: center;
	    background: #9e9e9e;
	}

	.hero-slider li button {
	    display: block;
	    cursor: pointer;
	    outline: none;
	    border-radius: 0 !important;
	    background-color: transparent;
	    width: 100%;
	    height: 100%;
	    border: none;
	    padding: 0 !important;
	    text-indent: -99999px;
	}

	.hero-slider.slick-slider {
		margin-bottom: 0;
	}

	.hero-slider li button:before {
		display: none;
	}

	.hero-slider li.slick-active button {
		background: #343434;
	}
}