.mobile {
	display: none;
}

.single-stocklist #custom-car #custom-wrapper .intro {
	float: left;
	width: 100%;
	padding: 15px 0;
}
.single-stocklist #custom-car #custom-wrapper .intro .container {
	width: 940px;
    margin: 0 auto;
}
.single-stocklist #custom-car #custom-wrapper .intro .make_model_price_hedding {
	float: left;
	width: 50%;
	font-size: 32px;
    line-height: 32px;
    margin: 20px 0;
    font-weight: 700;
    color: black;
}
.single-stocklist #custom-car #custom-wrapper .intro .button {
	float: right;
	background: #992215;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 10px 0;
}

.single-stocklist #custom-car #custom-wrapper,
.single-stocklist #custom-car #custom-wrapper .main,
.single-stocklist #custom-car #custom-wrapper .main .showroom_description_box,
.single-stocklist #custom-car #custom-wrapper .main .showroom_description_box .description_div,
.single-stocklist #custom-car #custom-wrapper .main .showroom_description_box .description_div #galleria,
.single-stocklist #custom-car #custom-wrapper .main .showroom_description_box .description_div .galleria-stage,
.single-stocklist #custom-car #custom-wrapper .main .showroom_description_box .description_div .galleria-thumbnails-container {
	width: 100%;
}

.single-stocklist #custom-car #custom-wrapper .main .showroom_description_box {
	float: left;
    width: 100%;
    padding-top: 0;
}

.single-stocklist #custom-car #custom-wrapper .main .showroom_description_box .vehicle-image {
	min-height: 120vh;
	background-size: cover;
	background-position: center bottom;
}

.single-stocklist #custom-car #custom-wrapper .car_deatails_box .container,
.single-stocklist #custom-car #custom-wrapper .equpment_box .container {
	width: 940px;
    margin: 0 auto;
}
.single-stocklist #custom-car #custom-wrapper .car_deatails_box {
	padding-top: 60px;
}
.single-stocklist #custom-car #custom-wrapper .equpment_box {
	padding-bottom: 60px;
}
.single-stocklist #custom-car #custom-wrapper .car_deatails_box h2 {
	    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 30px!important;
}

.single-stocklist .slick-arrow {
	position: absolute;
	bottom: 40px;
	background: #992215;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    z-index: 10;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
}
.single-stocklist .slick-arrow.slick-prev {
	left: 20px;
}
.single-stocklist .slick-arrow.slick-next {
	right: 20px;
}

@media screen and (max-width: 1024px) {

.mobile {
	display: block;
}
.desktop {
	display: none;
}

.single-stocklist #custom-car #custom-wrapper .car_deatails_box .container, 
.single-stocklist #custom-car #custom-wrapper .equpment_box .container,
.single-stocklist #custom-car #custom-wrapper .intro .container {
	width: 100%;
}
.showroom_description_box ul li {
	height: auto;
}
.single-stocklist #custom-car #custom-wrapper .intro .make_model_price_hedding {
	width: 90%;
    text-align: center;
    margin-left: 5%;
}
.single-stocklist #custom-car #custom-wrapper .intro .button {
	float: none;
    display: table;
    margin: auto;
    margin-bottom: 20px;
}
.single-stocklist #custom-car #custom-wrapper .equpment_box,
.single-stocklist #custom-car #custom-wrapper .car_deatails_box {
	float: left;
    width: 90%;
    padding-left: 5%;
}
.single-stocklist #custom-car #custom-wrapper .car_deatails_box {
	padding-top: 60px;
}

.single-stocklist .slick-arrow {
	bottom: -65px;
}

}