/*....  CLUBCARD  ..........................................................*/

._clubcard {
    background-image: url('../../assets/images/benu-banner.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #69AF46;
    height: 360px;
    border-radius: 3px;
    margin-bottom: 2rem;
    display: none;
}

.clubcard {
    background: rgba(14, 179, 207, .35);
    background: radial-gradient(circle, rgba(14, 179, 207, .35) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 3px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    transform: scaleY(.5);
    display: none;
}

.clubcard a {
    transform: scaleY(2);
    overflow: hidden;
    border-radius: 3px;
    display: none;
}


@media screen and (max-width: 1400px) {
	._clubcard {
	    display: block;
	}

	.clubcard {
		display: flex;
	}

	.clubcard a {
	    display: block;
	}
}
