#sisalto5 {
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
    height: 200px;
    width: 100%;
	margin-top: 5px;
    position: relative;
    justify-content: center;
    align-items: center;
}

.some {
    height: 60px;
    width: 60px;
    padding: 0 20px 0 20px;
}

@media only screen and (min-width: 641px) {
#sisalto5 {
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
    height: 350px;
    width: 100%;
	margin-top: 5px;
    position: relative;
}
	
.some {
    height: 70px;
    width: 70px;
    padding: 40px;
}}