.races ul li {
    display: inline-block;
    position: relative;
    max-width: 45%;
}
.races ul li img {
    max-height: 300px;
    position: relative;
    z-index: 2;
}


.race-name {
    position: absolute;

    right: 0;
    top: 50%;

    transform: rotate(90deg) translateY(-50%);

    font-size: 2em;
    z-index: 0;

    background: linear-gradient(#efe8aa, #170f07);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#customization .features-text-body {
    margin: 1em 0;
}

.video-thumb-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.video-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 65.25%;
}

.video-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: url('../media/img/trailer/trailer_frame.png') center center / contain no-repeat;
    z-index: 2;
}

.video-thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 1.25em;
}