
.home-preview_item:after{
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0);
    transition: all 0.1s ease-in-out;
    position: absolute;
}
.home-preview  .home-preview_item .more-info_btn{
    z-index: 2;
    bottom: -100px;
    transition: all 0.3s ease-in-out;
}
.home-preview h3 {
    font-size: 28px;
    text-align: center;
    display: table-cell; 
    transition: all 0.3s ease-in-out;
    color: #fff;
    z-index: 2;
}
.home-preview-text{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%; 
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
}
.home-preview .more-info_btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #fff;
    width: 125px;
    position: absolute;
    bottom: 15px; }

.home-preview_item {
	overflow: hidden;
    width: 100%;
    display: table;
    position: relative;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
margin-bottom: 30px;}
.home-preview .col-md-3 .more-info_btn {
    right: 25%; }
.home-preview .col-md-5 .more-info_btn  {
    right: 34%; }
.home-preview .col-md-4 .more-info_btn {
    right: 32%; }
.home-preview .col-md-12 .more-info_btn {
    right: 44.5%; }
.home-preview .col-md-6 .more-info_btn {
    right: 39%; }

.home_prewiew_carousel .owl-nav {
    position: absolute;
    top: 120px;
    width: 98%;
    font-size: 30px;
    right: 12px; }
.home_prewiew_carousel .owl-prev {
    float: left; }
.home_prewiew_carousel .owl-next {
    float: right;
    background-position: -51px 0; }
.home_prewiew_carousel .owl-prev:hover {
    background-position: 0 -51px;  }
.home_prewiew_carousel .owl-next:hover {
    background-position: -51px -51px;}
.home_prewiew_carousel .owl-prev, .home_prewiew_carousel .owl-next {
    background-image: url(../image/gallery-arrows.png);
    repeat: no-repeat;
    width: 51px;
    height: 51px; }

.home_prewiew_carousel .owl-dots {
    text-align: center; }
.home_prewiew_carousel .owl-dot {
    display: inline-block;
    margin-right: 5px; }
.home_prewiew_carousel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #eb6e7e;
    border-radius: 50%; }
.home_prewiew_carousel .owl-dot.active span {
    background-color: #eb6e7e; }

@media (min-width: 992px) {
    .home-preview_item:hover:after{
        background: rgba(0, 0, 0, 0.3);
    }
    .home-preview .home-preview_item:hover .more-info_btn {
        bottom: 15px;
    }
    .home-preview_item:hover .home-preview-text{
        top: 0;
    }
    .home-preview .more-info_btn:hover {
        background-color: #fff; 
    }
}

@media (max-width: 991px) {
    .home-preview h3 {
        font-size: 26px; }
    .home-preview .col-sm-4 .more-info_btn {
        right: 21%; }
    .home-preview .col-sm-12 .more-info_btn {
        right: 41%; }
    .home-preview .col-sm-6 .more-info_btn {
        right: 31%; }
}

@media (max-width: 767px) {

    .home-preview_item .more-info_btn {
        right: 40% !important; }
    .home-preview {
        margin-bottom: 0px;
    }
}

@media (max-width: 510px) {
    .home-preview_item .more-info_btn {
        right: 33% !important; }
}

@media (max-width: 320px) {
    .home-preview_item .more-info_btn {
        right: 26% !important; }
}