.slot-shop-by-room {
    max-width: 90rem;
    margin: auto;
    margin-top: 83px;
}
.outlet-shop-by-room {
    margin: 0 16px;
}
.outlet-shop-by-room-title {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #00596F;
    text-transform: uppercase;
}
.outlet-shop-by-room-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%/3, max(150px, 100%/5)), 1fr));
    grid-gap: 1rem;
}
.outlet-shop-by-room-links a {
    background-color: #00596F;
}
.outlet-shop-by-room-panel {
    position: relative;
    min-height: 120px;
}
.outlet-shop-by-room-panel img {
    position: absolute;
    right: 0;
    height: 120px;
}
.outlet-shop-by-room-overlay-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60%;
    transform: translate(16px, -50%);
    color: #fff;
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 32px;
}
@media screen and (min-width: 768px) {
    .slot-shop-by-room {
        margin-top: 80px;
    }
    .outlet-shop-by-room {
        margin: 0 32px;
    }
    .outlet-shop-by-room-title {
        height: 32px;
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 32px;
    }
    .outlet-shop-by-room-links {
        grid-gap: 1rem;
    }
    .outlet-shop-by-room-panel {
        min-height: 131px;
    }
    .outlet-shop-by-room-panel img {
        height: 131px;
    }
    .outlet-shop-by-room-overlay-text {
        width: 74%;
        transform: translate(24px, -50%);
        font-size: 32px;
        line-height: 36px;
    }
}
@media screen and (min-width: 1024px) {
    .slot-shop-by-room {
        margin-top: 86px;
    }
    .outlet-shop-by-room-title {
        height: 38px;
        font-size: 38px;
        line-height: 38px;
    }
    .outlet-shop-by-room-links {
        grid-gap: 1rem;
    }
    .outlet-shop-by-room-panel {
        min-height: 11.5rem;
    }
    .outlet-shop-by-room-panel img {
        height: 11.5rem;
    }
    .outlet-shop-by-room-overlay-text {
        width: 74%;
        transform: translate(32px, -50%);
        font-size: 42px;
        line-height: 50px;
    }
}
@media screen and (min-width: 1440px) {
    .outlet-shop-by-room {
        margin: 0 64px;
    }
}