﻿
/*#homeCarousel{
    width:55%;
}*/
.owl-carousel .item {
    /*height: 8rem;*/
    /*background: #4DC7A0;*/
    padding: 1rem;
    width: auto;
    /*margin-right:30px;*/
}

.owl-theme .owl-nav {
    font-size: 4rem;
    display:none;
}

.owl-theme .owl-dots .owl-dot {
    font-size: 4rem;
    /*display: none;*/
}

.owl-carousel .item .img {
    width: auto;
    height: auto;
}

@media(max-width: 1024px) {
    .owl-carousel .owl-item img {
        display: block;
        /*width: 50%;
        margin-left:75px*/
    }
    /*.owl-theme .owl-nav{
        margin-top:0;
    }*/

}

@media(max-width: 990px) {
    .owl-carousel .owl-item img {
        display: block;
        /*width: 50%;*/
        margin-left: 70px;
    }
}

@media (max-width: 1200px) {
    .owl-carousel .owl-item {
        height: 175px;
    }
}