.nominees.container {
    margin-bottom: 0;
}
.nominees .nominee-card {
    padding-bottom: 10rem !important;
}

.nominees .nominees-grid-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 8rem;
    border-bottom: .1rem solid var(--awards-primary-color);
    padding-bottom: 4.8rem;
}
  
.nominees .nominees-grid {
    max-width: 80rem;
    width: 100%;
    justify-content: center;
}

.nominees .nominee-card.first img {
    border: .3rem solid #E2B44E;
}

.nominees .nominee-card.first .more-info {
    color: #E2B44E;
    border-color: #E2B44E;
}

.nominees .nominee-card .position {
    width: 100%;
    height: 5rem;
    position: absolute;
    bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 2.4rem;
}

.nominees .nominee-card.first .position {
    background: url(../images/first_position_label_27102021.png) no-repeat;
    background-size: 100%;
}

.nominees .nominee-card.second .position {
    background: url(../images/second_position_label_27102021.png) no-repeat;
    background-size: 100%;
}

.nominees .nominee-card.third .position {
    background: url(../images/third_position_label_27102021.png) no-repeat;
    background-size: 100%;
}

.nominees .nominee-card.first::before, .nominees-voting.first .modal-content::before {
    content: '';
    background: url(../images/Winner_Badge_19122022.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
}

.nominees .nominee-card.first::before{
    width: 11rem;
    height: 6rem;
    left: calc(50% - 5.5rem);
    top: -0.3rem;
}

.nominees-voting.first .modal-content::before  {
    width: 13rem;
    height: 7.1rem;
    left: 10.5rem;
    top: 1.7rem;
}

.nominees-voting.modal.first img {
    border: .3rem solid #E2B44E;
}

.nominees-voting .modal-content {
    position: relative;
}

.nominees-voting .modal-content .title {
    display: flex;
    align-items: center;
}

.nominees-voting .modal-content .title .title-wrap {
    margin-right: 1rem;
}

.nominees-voting .modal-content .position {
    font-size: 1.6rem;
    display: flex;
    /* border: 0.1rem solid #ffffff;
    border-radius: 2.4rem;
    padding: 0.8rem 1.4rem; */
    line-height: 1.6rem;
    letter-spacing: .05rem;
    font-weight: 700;
    background-size: 100%;
    background-position: center;
    width: 8rem;
    height: 2rem;
    padding-left: .5rem;

}

.nominees-voting.first .modal-content .position {
    
    background: url(../images/first_position_label_27102021.png) no-repeat;
    background-size: 100%;
}

.nominees-voting.second .modal-content .position {
    background: url(../images/second_position_label_27102021.png) no-repeat;
    background-size: 100%;
}

.nominees-voting.third .modal-content .position {
    background: url(../images/third_position_label_27102021.png) no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 670px) {
    /* .nominees .nominees-grid-wrapper {
        display: block;
        padding-top: 2rem;
        margin-top: 4rem;
    } */

    .nominees .nominees-grid-wrapper .nominees-grid {
        width: 80rem;
    }

    .nominees-voting.first .modal-content::before {
        width: 11rem;
        height: 6rem;
        left: calc(50% - 5.5rem);
    }

    .nominees-voting .modal-content .title {
        flex-wrap: wrap;
    }

    .nominees-voting .modal-content .title .title-wrap {
        margin-bottom: 1rem;
    }

    .nominees-voting .modal-content .title .position {
        margin-top: -0.5rem;
    }
}