.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.street-offroad .btn {
	max-width: 200px;
}

.list-group-item {
	    background-color: #000;
}
#tab-description img {max-width: 100%;}

.product-grid .view-details {
	box-shadow: inset 1px 1px 2px rgb(255 255 255 / 30%), inset 3px 15px 45px rgb(255 255 255 / 10%), inset -1px -1px 2px rgb(0 0 0 / 50%), inset -3px -15px 45px rgb(0 0 0 / 20%), 1px 5px 30px -4px #ee2c2a;
}

.product-extras > div {border-radius: 5px;}

.video-gallery-full {
position: fixed;
top: 30%;
width: 560px;
height: 315px;
z-index: 99;
left: 50%;
margin-left: -280px;
background: #000;
padding: 10px;
border-radius: 5px;}

.ss-save {font-size: 0.75rem;}


.interstar-banner a {
	background: url(/image/interstar-alfa-banner.png) no-repeat center; 
	height: 500px; 
	cursor: pointer; 
	display: block;
	position: relative;
	text-align: center;
}

.interstar-banner img {
	display: none;
}

.interstar-banner .ib-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	opacity: 0;
}
.interstar-banner .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.interstar-banner:hover .ib-shadow {
	transition: 0.8s;
	opacity: 1;
}

#information-information img {
	max-width: 100%;
}

.youtube-channel-btn {
	font-size: 20px;
    box-shadow: 0 0 20px rgb(143 0 0);
    padding: 12px 0;
	white-space: normal;
}

@media only screen and (max-width: 990px){

	.video-gallery-full {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		border-radius: 0;
	}
	
	.interstar-banner a {
		background: none;
		height: auto;
	}
	
	.interstar-banner .ib-shadow {
		display: none;
	}
	
	.interstar-banner img {
		display: block;
		width: 100%;
		max-width: 400px;
	}
	
	.main-slider .swiper-slide {
		height: 400px;
	}
	
	.madness-slide-1 {
		background-image: url("/image/madness-slider/madness-big-slider-2.jpg") !important;
	}
	.madness-slide-5 {
		background-image: url("/image/madness-slider/madness-big-slider.jpg") !important;
	}

}