.custom_imagebox {text-align: center;}
.custom_imagebox a {display: inline-block; max-width: 100%;}

.two-image-slider.custom_imagebox{
	position: relative;
}

/* Genderal Style Overrides */
.two-image-slider.custom_imagebox .btn-feature{
    width: 100%;
    background-color: transparent;
}

.two-image-slider.custom_imagebox .btn-feature .image-overlay{
    background-color: #111;
}

.two-image-slider.custom_imagebox .btn-feature img{
    transition: all 0.5s ease;
    opacity: 1;
}
.two-image-slider.custom_imagebox .btn-feature:hover .image-overlay img{
    opacity: 0.5;

}

.two-image-slider.custom_imagebox .btn-feature .btn-feature-container{
    position: absolute;
    top: 45%;
    text-align: center;
}

.homepage_extended .two-image-slider.custom_imagebox .btn-flat{
    background: transparent;
    color: #fff;
    width: 50%;
}


.two-image-slider.custom_imagebox .btn-feature:hover .btn-flat {
    background-color: transparent;
    color: #fff;
}

.two-image-slider.custom_imagebox .btn-flat > span{
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}


/* Slider Arrows */
.two-image-slider.custom_imagebox .arrows-wrapper{
    position: absolute;
    top: 50%;
    width: 100%;
}
.two-image-slider.custom_imagebox .arrows-wrapper .arrows{
	width: 100%;
}
.two-image-slider.custom_imagebox .arrows-wrapper .arrows .arrow{
	height: 24px;
	width: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.two-image-slider.custom_imagebox .arrows-wrapper .arrow-prev{
	background-image:url(/includes/public/assets/images/two-arrow-left.png);
	float: left;
	margin-left: 20px;
}
.two-image-slider.custom_imagebox .arrows-wrapper .arrow-next{
	background-image:url(/includes/public/assets/images/two-arrow-right.png);
	float: right;
	margin-right: 20px;
}


@media only screen and (max-width: 40em) {
    .homepage_extended .two-image-slider.custom_imagebox .btn-flat{
        width: 100%;
    }

    .two-image-slider.custom_imagebox .arrows-wrapper .arrows .arrow{
        margin-left: 5px;
    }
    .two-image-slider.custom_imagebox .arrows-wrapper .arrow-next{
        margin-right: 5px;
    }


    .two-image-slider.custom_imagebox .btn-feature .image-overlay img{
        opacity: 0.75;        
    }

    .two-image-slider.custom_imagebox .btn-feature .btn-feature-container{
        top: 40%;
    }
}