.flex-col {
    display: flex;
    flex-direction: column;
}

.logo-text {
    height: 40px;
    filter: contrast(0) brightness(0);
}

.logo-text.white {
    filter: contrast(0) brightness(2);
}

.logo-text.small {
    height: 30px;
}

.has-2-lines {
    position: relative;
}

.has-2-lines span {
    position: relative;
    background: #fff;
    padding: 0px 10px;
    z-index: 1;
}

.has-2-lines::before {
    content: '';
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: calc(50% - 8px);
    height: 8px;
    background: #000;
    z-index: 0;
}

.has-2-lines::after {
    content: '';
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: calc(50% + 4px);
    height: 8px;
    background: #000;
    z-index: 0;
}

.winner-position {
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 4px 0px 8px rgba(0,0,0,0.4);
}

.winner-t-1 {
    position: relative;
}

.winner-t-1 .background {
    position: absolute;
    top: 2vw;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.winner-t-1 .background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.winner-t-1 .background .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}

.winner-t-1 .car-wrapper {
    width: 60%;
    margin: auto;
    position: relative;
}

.winner-t-1 .car-wrapper .winner-position {
    z-index: 1;
    position: absolute;
    right: -24px;
    top: 24px;
}

.winner-t-1 .car-wrapper .car-brand {
    position: absolute;
    height: 40px;
    bottom: -20px;
    right: 0;
}

.winner-t-1:nth-child(2) .car-wrapper .car-brand {
    height: 60px;
}

.winner-t-1 .left {
    width: 35%;
    position: relative;
    margin-top: -300px;
}

.winner-t-1 .portrait-wrapper {
    align-items: center;
    display: flex;
    justify-content: right;
}

.winner-t-1 .portrait {
    margin-top:100px;
    height: 300px;
    width: 300px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.winner-t-1 .name-wrapper {
    position: relative;
    margin-top: -60px;
    margin-bottom: 16px;
    display: flex;
    justify-content: right;
}

.winner-t-1 .name-wrapper > * {
    line-height: 1;
    margin: unset;
    z-index: 1;
    position: relative;
}

.winner-t-1 .name-wrapper .clip-path-wrapper {
    position: absolute;
    content: ' ';
    top: -12px;
    right: 0px;
    bottom: -12px;
    left: 0px;
    z-index: 0;
    -webkit-filter: drop-shadow(6px 6px 25px rgba(0,0,0,0.5));
}

.winner-t-1 .name-wrapper .clip-path {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0% 100%);
    background: red;
}

.winner-t-1 .name-wrapper .name {
    font-family: "Fjalla One", "Open Sans", sans-serif;
    letter-spacing: 1px;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: white;
    padding-right: 20px;
}

.winner-t-1 .name-wrapper .address {
    font-size: 18px;
    color: white;
    padding-right: 20px;
}

.winner-t-1 .bottom-part {
    padding-bottom: 40px;
}

.winner-t-1 .right {
    width: 45%;
    color: white;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.winner-t-1 .right .car-name {
    font-weight: 600;
    font-size: 28px;
}


.winner-t-1 .right .reaction img {
    height: 30px;
}

.winner-t-1 .right .reaction a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline !important;
}

.winner-t-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    background: black;
    width: 50%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.winner-t-2 .logo {
    width: 50%;
    padding: 16px;
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winner-t-2 .logo img {
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 12px #222);
    filter: drop-shadow(0px 0px 12px #222);
    transform: rotate(-15deg);
}

.winner-t-2 .portrait-wrapper {
    position: absolute;
    top: -40px;
    bottom: -40px;
    width: 50%;
    left: 15%;
}

.winner-t-2 .portrait-wrapper .portrait {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.winner-t-2 .info {
    width: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 16px 0px;
}

.winner-t-2 .info .message {
    font-family: "Fjalla One", sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 16px 0px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.winner-t-2 .info .name {
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    padding-left: 12px;
    text-transform: uppercase;
}
.winner-t-2 .info .address {
    font-size: 16px;
    padding-left: 12px;
}

.three-winners {
    width: 50%;
}

.winner-t-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    background: black;
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0px;
}

.winner-t-3-inner {
    display: flex;
    flex-direction: column;
}

.winner-t-3 .portrait-wrapper {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winner-t-3 .portrait-wrapper .portrait{
    background-color: white;
    width: 240px;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.winner-t-3 .info {
    display: flex;
    align-items: center;
    margin-top: -8px;
}

.winner-t-3 .winner-position {
    position: relative;
    z-index: 2;
}

.winner-t-3 .name-wrapper {
    position: relative;
    z-index: 1;
    margin-left: -4px;
}

.winner-t-3 .name-wrapper > * {
    line-height: 1;
    margin: unset;
    z-index: 1;
    position: relative;
    color: white;
}

.winner-t-3 .name-wrapper .clip-path-wrapper {
    position: absolute;
    content: ' ';
    top: -8px;
    right: 0px;
    bottom: -8px;
    left: 0px;
    z-index: 0;
    -webkit-filter: drop-shadow(6px 6px 25px rgba(0,0,0,0.5));
}

.winner-t-3 .name-wrapper .clip-path {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0,100% 0,calc(100% - 10px) 100%,0% 100%);
    background: red;
}

.winner-t-3 .name-wrapper .name {
    font-family: "Fjalla One", "Open Sans", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: white;
    padding-left: 8px;
}

.winner-t-3 .address {
    color: white;
    font-size: 16px;
    padding-left: 62px;
    position: relative;
}


@media (max-width: 1536px) {

    .logo-text.small {
        height: 20px;
    }

    .winner-position {
        width: 44px;
        height: 44px;
        border-radius: 4px;
        font-size: 28px;
    }

    .winner-t-1 .car-wrapper .car-brand {
        height: 36px;
        bottom: -18px;
    }

    .winner-t-1:nth-child(2) .car-wrapper .car-brand {
        height: 54px;
    }

    .winner-t-1 .portrait {
        margin-top:130px;
        height: 270px;
        width: 270px;
    }
    .winner-t-1 .name-wrapper .name {
        font-size: 22px;
    }
    .winner-t-1 .right .car-name {
        font-size: 22px;
    }

    .winner-t-1 .name-wrapper .address {
        font-size: 16px;
    }
    .winner-t-1 .right .reaction img {
        height: 24px;
    }

    .winner-t-1 .right .reaction a {
        font-size: 14px;
    }

    .winner-t-1 .winner-position {
        right: -20px;
        top: 20px;
    }

    .winner-t-2 .logo {
        width: 55%;
    }

    .winner-t-2 .info .message {
        font-size: 36px;
    }

    .winner-t-2 .info .name {
        font-size: 18px;
    }
    .winner-t-2 .info .address {
        font-size: 14px;
    }

    .winner-t-3 .portrait-wrapper .portrait{
        width: 190px;
        height: 190px;
    }
    .winner-t-3 .name-wrapper .name {
        font-size: 18px;
        padding-left: 16px;
    }
    .winner-t-3 .address {
        font-size: 14px;
        padding-left: 56px;
    }
}

@media (max-width: 1199px) {

    .logo-text {
        height: 30px;
    }

    .winner-position {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        font-size: 22px;
    }

    .winner-t-1 .car-wrapper .car-brand {
        height: 28px;
        bottom: -14px;
    }

    .winner-t-1:nth-child(2) .car-wrapper .car-brand {
        height: 42px;
    }

    .winner-t-1 .portrait {
        margin-top:160px;
        height: 220px;
        width: 220px;
    }
    .winner-t-1 .name-wrapper {
        margin-top: -40px;
    }
    .winner-t-1 .name-wrapper .name {
        font-size: 18px;
    }
    .winner-t-1 .right .car-name {
        font-size: 18px;
    }

    .winner-t-1 .name-wrapper .address {
        font-size: 12px;
    }
    .winner-t-1 .right .reaction a {
        font-size: 12px;
    }

    .winner-t-1 .winner-position {
        right: -20px;
        top: 20px;
    }

    .winner-t-2 .logo {
        width: 60%;
    }

    .winner-t-2 .info .message {
        font-size: 28px;
    }

    .winner-t-2 .info .name {
        font-size: 17px;
    }
    .winner-t-2 .info .address {
        font-size: 13px;
    }

    .winner-t-3 .portrait-wrapper .portrait{
        width: 160px;
        height: 160px;
    }
    .winner-t-3 .name-wrapper .name {
        font-size: 14px;
        padding-left: 12px;
    }
    .winner-t-3 .address {
        font-size: 11px;
        padding-left: 48px;
    }
}

@media (max-width: 991px) {

    .logo-text {
        height: 20px;
    }

    .winner-position {
        width: 36px;
        height: 36px;
        border-radius: 4px;
        font-size: 20px;
    }

    .winner-t-1 .car-wrapper .car-brand {
        height: 24px;
        bottom: -12px;
    }

    .winner-t-1:nth-child(2) .car-wrapper .car-brand {
        height: 36px;
    }

    .winner-t-1 .portrait {
        margin-top:180px;
        height: 200px;
        width: 200px;
    }
    .winner-t-1 .name-wrapper .name {
        font-size: 16px;
    }
    .winner-t-1 .right .car-name {
        font-size: 16px;
    }

    .winner-t-1 .name-wrapper .address {
        font-size: 10px;
    }

    .winner-t-1 .winner-position {
        right: -18px;
        top: 18px;
    }

    .winner-t-2 .logo {
        width: 65%;
        margin-left: -80px;
    }

    .winner-t-2 .info .message {
        font-size: 22px;
    }

    .winner-t-2 .info .name {
        font-size: 17px;
    }
    .winner-t-2 .info .address {
        font-size: 13px;
    }

    .winner-t-3 {
        width: 50%;
    }

    .winner-t-3:nth-child(3) {
        display: none;
    }

    .winner-t-3 .portrait-wrapper .portrait{
        width: 150px;
        height: 150px;
    }
    .winner-t-3 .name-wrapper .name {
        font-size: 14px;
        padding-left: 12px;
    }
    .winner-t-3 .address {
        font-size: 11px;
        padding-left: 48px;
    }
}


@media (max-width: 767px) {

    .winner-t-1 .car-wrapper .car-brand {
        height: 36px;
        bottom: -18px;
    }

    .winner-t-1:nth-child(2) .car-wrapper .car-brand {
        height: 54px;
    }
    .winner-t-1 .portrait {
        margin-top:120px;
        height: 280px;
        width: 280px;
    }
    .winner-t-1 .name-wrapper .name {
        font-size: 16px;
    }
    .winner-t-1 .right .car-name {
        font-size: 16px;
    }

    .winner-t-1 .name-wrapper .address {
        font-size: 10px;
    }
    .winner-t-2 {
        width: 100%;
    }

    .three-winners {
        width: 100%;
    }

    .winner-t-3 {
        margin-top: unset;
        margin-bottom: unset;
    }

    .has-2-lines::after {
        display: none;
    }

    .has-2-lines::before {
        display: none;
    }
}

@media (max-width: 479px) {

    .winner-t-1 .car-wrapper .car-brand {
        height: 28px;
        bottom: -14px;
    }

    .winner-t-1:nth-child(2) .car-wrapper .car-brand {
        height: 42px;
    }

    .winner-t-1 .name-wrapper .name {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .winner-t-1 .right .car-name {
        font-size: 15px;
    }
    .winner-t-1 .right .reaction a {
        font-size: 10px;
    }

    .winner-t-1 .car-wrapper .winner-position {
        width: 30px;
        height: 30px;
        right: -15px;
        border-radius: 4px;
        top: 15px;
        font-size: 16px;
    }

    .winner-t-2 .logo {
        width: 70%;
        margin-left: -80px;
    }

    .winner-t-2 .portrait-wrapper {
        left: 10%;
    }

    .winner-t-2 .info .message {
        font-size: 20px;
    }

    .winner-t-2 .info .name {
        font-size: 14px;
    }
    .winner-t-2 .info .address {
        font-size: 10px;
    }
}
