.GoldCustomer div.Logo ul.LogoList li.li-item img {
        /* filter : grayscale(100%); */-moz-filter: grayscale(100%);
        /* -webkit-filter:grayscale(100%); */-ms-filter:grayscale(100%);
        -o-filter:grayscale(100%);
}
.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {
        filter : grayscale(0);
        -moz-filter: grayscale(0);
        -webkit-filter:grayscale(0);
        -ms-filter:grayscale(0);
        -o-filter:grayscale(0);
}
.GoldCustomer {
       margin: 0;
        height: auto;
        display: inline-block;
        width: 100%;
        padding-top: 0;
        box-shadow: var(--box-shadow);
        padding: 5px;
        border-radius: var(--rounded);
        background: var(--color-white);
        border: var(--default-border);
        margin-bottom: var(--margin-bottom);
}
.GoldCustomer .Title {
     background: #074974;
        color: white;
        border-radius: 4px;
           color: #fff;
        font: bold 14px/30px 'Inter';
        text-transform: uppercase;
        padding-left:15px;
}

.GoldCustomer div.Logo {
        /* background: #fff none repeat scroll 0 0; */
        /* height: 110px; */
        /* overflow: hidden; */
        /* padding: 0; */
        /*position: relative;*/
        width: 100%;
        overflow: hidden;
        /* padding-bottom: 20px; */
}
.GoldCustomer div.Logo ul.LogoList {
        /* display: block; */
        /* list-style: outside none none; */
        /* margin: 0; */
        /* padding: 0; */
        /* position: relative; */
        /* width: 1000%; */
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 20px;
        column-count: unset !important;
        padding: 0;
        left: 0;
        position: absolute;
        padding: 10px 0 0;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
        /*border: medium none;
        display: block;
        float: left;
        padding: 0 5px;*/
        min-width: 150px;
        display: inline-block;
        text-align: center;
        padding: 0 20px;
        width: auto !important;
}
.GoldCustomer div.Logo ul.LogoList li.li-item a {
        width: 100%;
        text-align: center;
        display: block;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
        border: medium none;
        display: block;
        height: 90px;
        margin: auto;
        width: 100%;
        object-fit: contain;
        /*border: 2px solid #ccc;*/
}
.GoldCustomer div.Logo .selected {
        display: block;
        height: 80px;
        opacity: 1;
        width: 180px;
}
.GoldCustomer > table {
        margin: 30px auto;
        text-align: justify;
        width: 1040px;
}
.GoldCustomer td.LibraryItem {
        border: 2px solid #d0d0d0;
        display: inline-block;
        height: 110px;
        margin: 5px 3px;
        width: 190px;
}
.GoldCustomer > table .img-item {
        width: 190px;
}
.GoldCustomer .PreButton {
        height: 60px;
        width: 60px;
        left: -20px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        transition: opacity 0.3s;
}
.GoldCustomer .PreButton:before {
        content: '\f104';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #9f9c9c;
        font-size: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
}
.GoldCustomer .NextButton {
        height: 60px;
        width: 60px;
        right: -20px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        transition: opacity 0.3s;
}
.GoldCustomer .NextButton:before {
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #9f9c9c;
        font-size: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
}
.GoldCustomer .PreButton:hover,
.GoldCustomer .NextButton:hover {
        opacity: 1;
        color: #ce1126;
}
@media only screen and (max-width: 768px){
        .GoldCustomer {
                padding: 0 20px;
                width: 100vw;
        }
        .GoldCustomer div.Logo ul.LogoList li.li-item {
                width: calc(50vw - 15px) !important;
                padding: 0;
        }
        .GoldCustomer div.Logo {
                width: 100% !important;
        }
        div.GoldCustomer div.Logo ul.LogoList{
                flex-direction: row !important;
        }
}
