/* ----------------------------------------------------------------
	Dark Scheme
-----------------------------------------------------------------*/


    div.media-image {
        min-height: 120px;
        width: 94%;
        display: flex;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 100%;
    }

    /*.slider-element .owl-next i {
        margin-right: 0px;
    }*/


    @@media(min-width: 1250px) {
        div .media-image {
            height: 120px;
        }
    }

    @@media(min-width: 768px) and (max-width: 1249px) {
        div.media-image {
            height: 130px;
        }
    }

    .media-zone-item {
        background-color: #ffffff;
        border: solid 1px #CACACA;
        padding: 0 0px 0px 10px;
    }

    @@media(max-width: 767px) {
        div.media-image {
            min-height: 88px;
            height: 88px;
        }
        /*.container {
            padding: 0 10px !important;
        }*/
    }
