.club-image {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}




.tour-card.hide {
    display: none;
}

.tour-card .card {

    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    overflow: hidden;
    height: 100%;

}

.tour-card .tour-image {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.tour-link {
    height: 36PX;
    width: 36PX;
    line-height: 36PX;
}