.game-panel {
    background-image: url('../media/Appbg@2x.png');
    background-repeat: no-repeat;
}

.rooms {
    display: flex;
}

.by-products {
    color: #286582;
    padding: 20px;
}

.instruction-text {
    padding-top: 10px;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 80%;
}

.page-title-panel div {
    height: 150px;
    width: 430px;
    background-size: 100% 90%;
}
.page-title-panel div h2{
    line-height: 5.3;
}

.room_img {
    max-width: 100%;
}


@media (max-width: 599px) {
    .by-products {
        padding: 5px;
    }

    .instruction-text {
        padding-top: 0px;
    }
}
