.promo-bumper {
	padding-top: 108px;
}

.promo-banner {
    height: calc(100vh - 108px);
    background-image: url(/img/black-friday-promo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.promo-bg {
    height: calc(100vh - 108px);
    background-image: url(/img/black-friday-promo-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width:49.9375em) and (max-width:74.99em){
	.promo-bumper {
		padding-top: 102px;	
	}
	.promo-banner {
	    height: calc(100vh - 102px);
	}
	.promo-bg {
		height: calc(100vh - 102px);
	}
}

@media (max-width:49.9275em){
	.promo-bumper {
		padding-top: 68px;
	}
	.promo-banner {
	    height: calc(100vh - 68px);
	    background-image: url(/img/mobile/black-friday-promo-mobile.jpg);
	}
	.promo-bg {
	    height: calc(100vh - 68px);
	    background-image: url(/img/mobile/black-friday-promo-bg-mobile.jpg);
	}
}


.vd-products {
    padding: 0 .625em 2.5rem .625em;
    max-width: 1480px;
    margin: 0 auto !important;
    float: none;
}

.vd-products ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.vd-products li {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    margin: 0 1em;
    padding: 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 150px;
    max-width: 350px;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 1px #d6d6d6;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.vd-products li:hover {
    box-shadow: 0 0 0 1px #d6d6d6, 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
    transition: box-shadow .3s;
}

.vd-products-image {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    height: 100px;
    overflow-x: hidden;
    margin-bottom: .6180469716em;
    position: relative;
}

.vd-products-image img {
    max-width: 100%;
    max-height: 190%;
    width: auto;
    height: auto;
    margin: auto;
    transform: rotate(-90deg);
    position: absolute;
    top: -6px;
    bottom: 0;
    left: 0;
    right: 0;
}

.vd-products a {
    color: #50545d;
    margin-bottom: -6px;
}

.vd-shop-button {
    width: 350px;
    background: #363636;
    color: white;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    padding: 8px;
    margin: auto;
    margin-bottom: 1.4em;
    text-align: center;
}

@media (max-width: 80em) and (min-width: 68em) {

.vd-products li {
    padding: 2px;
    margin: 0;
    max-width: 350px;
    border: none;
    box-shadow: none;
}

}

@media (max-width: 67.999em) {

.vd-products li {
    margin: 0;
    height: 185px;
    max-width: 350px;
    border: none;
    box-shadow: none;
}

.vd-products-image img {
    max-width: 100%;
    max-height: 100%;
    transform: rotate(0deg);
    top: 0px;
}

.vd-products a {
    margin-bottom: 0px;
}

}

@media (max-width: 600px) {
.vd-products-row {
    display:none;
}
.vd-shop-button {
    width: 100%;
    margin-bottom: 1.15em;
    margin-top: 1.05em;
}
}
