/**
 * Overrides
 *
 * @author		Sam M <sam@wpredeemer.com>
 *
 * @version		1.0
 */
 .item-layer {

    margin-top: 40px;
}
.banner-thumb .banner-thumb-img {
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
}
.banner-thumb .banner-thumb-img a {
    width: 130px;
    height: 130px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.banner-thumb .banner-thumb-img a img {
    width: 70%;
}


.match-game-donation {
    color: #520952;
    font-size: 30px;
}

@media (min-width: 768px) {
.match-game-info {
    text-align: center;
}
.match-game-info > p {
    justify-content: center !important;
}
}
@media (min-width: 576px) {
.banner-thumb .banner-thumb-img a {
    width: 278px;
    height: 278px;
}
.banner-thumb .banner-thumb-img a img {
    width: 76%;
}
}