.steam-area-fill {
    position: absolute;
    top: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
}

.steam-release {
    width: 105%;
    border-radius:0;
    border-left: none;
    border-right: none;
}

.steam-release-info {
    margin: 3% 12% 5%;
    display: inline-block;
}

.steam-release-section-header {
    left: 12%
}

.trailer-container {
    float: right;
    margin-left: 5%;
    margin-bottom: 5%;
    margin-top: 2.5%;
}

.mobile-trailer-container {
    display: none;
}

.trailer {
    width: 40vw;
    aspect-ratio: 16 / 9;

    border:none;
    border-radius: 10px;
}

.steam-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 5%;
    padding-right: 51.5%;
}

.mobile-steam-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5%;
    padding-right: 12%;
}