.area-home {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.club-card-h,
.club-card-v {
	position: relative;
	width: 440px;
	height: 293px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin: auto;
    font-family: 'nasalizationregular';
    border-radius: 5px;
}

.club-card-v {
	width: 293px;
	height: 435px;
}

.club-card-h .fullname {
	position: absolute;
	top: 54px;
	left: 124px;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
}

.club-card-h .expiry {
	position: absolute;
	top: 107px;
	left: 124px;
	width: 140px;
}

.club-card-h .club_num {
	position: absolute;
	top: 160px;
	left: 124px;
	width: 140px;
}

.club-card-h .status {
	position: absolute;
	top: 211px;
	left: 124px;
	width: 140px;
}

.club-card-h .photo {
	position: absolute;
    top: 115px;
    left: 284px;
    width: 116px;
    border-radius: 16px;
}

.club-card-v .fullname {
	position: absolute;
	top: 169px;
	left: 40px;
	width: 213px;
	overflow: hidden;
	white-space: nowrap;
}

.club-card-v .expiry {
	position: absolute;
	top: 214px;
	left: 40px;
	width: 140px;
}

.club-card-v .club_num {
	position: absolute;
	top: 260px;
	left: 40px;
	width: 140px;
}

.club-card-v .status {
	position: absolute;
	top: 302px;
	left: 40px;
	width: 140px;
}

.club-card-v .photo {
	position: absolute;
    top: 36px;
    left: 41px;
    width: 108px;
    border-radius: 16px;
}