.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}
.owl-carousel {
    position: relative;
}
.owl-carousel a:hover {
    text-decoration: none;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    font-size: 18px;
    background-color: #0088cc;
    color: #fff;
    text-align: center;
}
.owl-carousel .owl-prev {
    right: 35px;
    top: -63px;
}
.owl-carousel .owl-next {
    right: 5px;
    top: -63px;
}
.item {
    background: transparent;
    padding: 5px;
    text-align: center;
    font-size: 2rem;
    margin: 0px;
    flex-basis: 228px;
    padding-right: 40px;
}

@media screen and (max-width: 480px) {
    .item {
        flex-basis: 150px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 600px) {
    .item {
        flex-basis: 228px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 800px) {
    .item {
        flex-basis: 228px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .item {
        flex-basis: 200px;
        padding-right: 30px;
    }
}

.item img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    max-height: 225px;
    border-radius: 3px;
    /*width: auto;*/
    width: 228px;
    height: auto;
}
.figure-caption {
    margin-top: 8px;
}
@media screen and (max-width: 480px) {
    .item img {
        /*height: 200px;*/
        width: 150px;
        height: auto;
    }
}
@media screen and (max-width: 600px) {
    .item img {
        /*height: 200px;*/
        width: 228px;
        height: auto;
    }
}
@media screen and (max-width: 800px) {
    .item img {
        /*height: 200px;*/
        width: 228px;
        height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .item img {
        /*max-height: 150px;*/
        /*width: 200px;*/
        height: auto;
    }
}