.playerImageContainer {
    position: relative;
    /* top: -254px; */
    /* width: 100%; */
    /* height: 100%; */
    /* left: 8%; */
    margin-left: 40px;
    margin-right: 40px;
    /* float: left; */
    /* background-color: black; */
}

.playerImage {
    position: relative;
    width: 215px;
    height: 283px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#goalKeepersContainer,
#defendersContainer,
#midlefieldersContainer,
#attackersContainer {
    position: relative;
    float: left;
    /* margin-top: 0px; */
    justify-content: center;
    max-width: 90%;
    width: 90%;
    left: 10%;
}

.player {
    /* width: 90% !important; */
    height: 312px;
    /* left: 5%; */
    float: left;
    margin-right: 0px;
    position: relative;
    margin-bottom: 25px;
}

.playerNumber {
    position: absolute;
    background-color: black;
    top: 48px;
    width: 40px;
    height: 35px;
    color: white;
    /* margin-left: -17px; */
    font-size: 20pt;
    text-align: center;
    line-height: 35px;
    margin-top: -3px;
    left: 7%;
    z-index: 1;
}

.playerName {
    position: relative;
    text-align: center;
    font-family: 'Mark Pro bold';
    margin-bottom: 9px;
    letter-spacing: 1px;
}

.playerPosition {
    position: relative;
    width: 102px;
    float: left;
    text-align: center;
    font-size: 9pt;
    color: #b0935c;
}

.playerBirth {
    position: relative;
    width: 193px;
    font-size: 9pt;
    color: #b0935c;
}

.playerInfo {
    position: relative;
    background-color: black;
    top: -57px;
    width: 215px;
    color: white;
    height: 54px;
    text-align: center;
    padding-top: 10px;
}

#goalKeepers,
#defenders,
#midlefielders,
#attackers {
    position: relative;
    color: #b0935c;
    font-size: 28pt;
    font-family: 'Mark Pro bold';
    margin-top: 40px;
    margin-bottom: 66px;
    text-align: center;
}

#squadName {
    position: relative;
    color: #b0935c;
    font-size: 30pt;
    font-family: 'Mark Pro bolder';
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.box {
    position: absolute;
    width: 200px;
    height: 257px;
    border: 13px solid #b0935c;
    left: 20%;
    top: -25px;
}

#clubSponsorsContainer {
    position: relative;
    top: 98px;
    /* height: 200px; */
    width: 70%;
    left: 15%;
}

@media screen and (max-width: 760px) {
    .player {
        height: 312px;
        left: 5%;
        float: left;
        margin-right: 0px;
        position: relative;
        margin-bottom: 25px;
    }
}