.flickity-prev-next-button{
	z-index: 9999999 !important;
}

.wrap.new-headline{
	position: relative;
}

.wrap.new-headline .tag-line{

	margin-top: 0 !important;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 9999;
}

.slider-wrap{
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 78px;
    padding-bottom: 24px;
    margin-top: 55px;
}

.slider-wrap img.slide-overlay{
	position: absolute;
	z-index: 999;
}

.slider-wrap .main-carousel img{
	max-height: 400px;
	width: 100%;
	object-fit: cover;
	height: 375px;
}

.carousel-cell.js-box{
	height: 375px;
}

/* CSS Fallback from Modernizr */
.slider-wrap.compat-object-fit {
    background-size: cover;
    background-position: center;
}
.slider-wrap.compat-object-fit img {
    opacity: 0;
}

.your-favorite-image {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

@media only screen and (max-width: 1179px) {
    
	.slider-wrap .main-carousel img,
	.carousel-cell.js-box{
		height: 330px;
	}
}

@media only screen and (max-width: 1023px) {
    
	.slider-wrap .main-carousel img,
	.carousel-cell.js-box{
		height: 273px;
	}
}

@media only screen and (max-width: 780px) {
	.slider-wrap img.slide-overlay,
	.wrap.new-headline .tag-line{
		display: none;
	}
}