/* .white-mountain{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}
.white-mountain img {
    position: absolute;
    top: -200%;
    left: -20%;
} */
.athlete-grid-item {
    max-width: 430px;
	transition:all 0.3s;
}
.athlete-grid-item .vc_single_image-wrapper{
    margin-bottom: 0px!important;
}
.athlete-grid-item .vc_gitem_row  {
	color:#222;
}
.athlete-info-column {
	font-size:1.4rem;
}
.athlete-grid-item:hover{
	scale:0.9;
}