
    * {
        -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
        -moz-box-sizing: border-box; /* Firefox 1 - 28 */
        box-sizing: border-box;
    }

    .owl-carousel {
    }

    .owl-carousel .owl-item, .owl-carousel .item {
    }

    .owl-carousel .owl-item img {
        transform-style: initial;
        object-fit: cover;
    }

    .owl-thumb-item img {
        width:100%;
        height: auto;
    }

    .owl-thumbs {
        position: absolute;
        bottom: 0px;
        left: 25%;
        display: table;
        width: 50%;
        text-align: center;
        padding: 0%;
    }

    .owl-thumb-item {
        display: table-cell;
		width:20%;
        border: none;
        background: none;
        padding: 5px;
        opacity: .4;
    }

    .owl-thumb-item.active {
        opacity: 1;
    }

    .label {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #0a6cff;
        color: white;
        padding: 10px 20px;
        z-index: 5;
        text-align: center;
    }