@charset "utf-8";
/* CSS Document */
	
.vsc-img-wrapper{
    overflow: hidden;
}

 .vertical-split-carousel,
 .vsc-img-wrapper {
    height: calc(100vh - 750px);
    min-height: 450px;
    width: 100%;
    display: inline-grid;
}
 .vertical-split-carousel .carousel-inner,
 .vertical-split-carousel .carousel-inner .item {
     height: 100%;
     left: auto!important;
     right: auto!important;
}

.center-link:hover{
    color: #fff;
    text-decoration: none;
}

.center-link i{
    display: block;
    font-size: 24px;
    line-height: 56px;
}
.carousel {
	float: left;
    z-index: 9;
}

@media only screen and (max-width:991px) {

     .vertical-split-carousel,
     .vsc-img-wrapper {
         height: 550px;
         min-height: auto;
    }
    .vsc-img-wrapper img{
        width: 100%;
    }
	 .col-md-6 {
        flex: 0 0 100% !important;
    max-width: 90%;
    margin: 5%;
	}
}
 @media only screen and (max-width:767px) {
    .vertical-split-carousel,
     .vsc-img-wrapper {
         height: auto;
         min-height: 370px;
         /*margin: -45px 0;*/
    }
	
}
