div.truste-image {width:4.94rem !important; height:4.94rem !important;}
span.truste-heading-text {font-size:1.135rem !important; font-weight:400 !important;}
#truste-consent-button::before {height:1.145rem !important;}
button#truste-show-consent {font-size: 0.75rem !important;}
div#truste-consent-text {font-size: 0.7rem !important; line-height:14px !important;}

.customer-container .box .caption, .customer-container .box .caption2, .customer-container .box .caption3 {
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    top: 0px;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.customer-container .box:hover .caption, .customer-container .box:hover .caption2, .customer-container .box:hover .caption3 {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top:20%;
    font-weight:100;

}
.customer-container .box {
    font-family:"PingFang SC" !important;
    display: block;
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
    margin: 0 1% 10px 0;
}
a {
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: inherit;
}
a {
    color: #0099d8;
    text-decoration: none;
}
a {
    background-color: transparent;
}
.customer-container img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
/*xg*/
.course-overlay{display:none;width:100%;height:100%;}
.client-group .box:hover .course-overlay{display:block;font-size:1em;}
.client-group .box:hover .course-base{display:none;}
.client-group .box{float:left;}
.client-group{padding-top:20px;}
@media screen and (max-width: 768px){
.customer-container .box {
    width: 32%;
    margin-right: .5%;
    margin-bottom: 5px;
}
}