.phone {
    position: absolute;
    bottom: 0;
    margin-top: 55px;
	right: 10%;
}
.sport-01,
.sport-02 {
    position: absolute;
    top: 400px;
    right: 30%;
    width: 50px;
    height: 50px;
    margin-right: -25px;
    opacity: 0;
}
.sport-mobile-01,
.sport-mobile-02 {
    position: absolute;
    top: 300px;
    right: 50vw;
    width: 30px;
   	height: 30px;
   	margin-right: -25px;
    opacity: 0;
}


/* MOBILE
 * ---------------------------- */
@media (max-width: 575.98px) { 
	
	.phone {
    	position: relative;
		bottom: 0;
		margin-top: 125px;
		right: 0;
	}
	
}
