.parent {
    width: 100vw;
    height: 100vh;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: white;
}

.plash {
    flex: 1;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: white;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1;
}

.build-text {
    right: 8px;
    bottom: 0;
    position: fixed;
    font-weight: bold;
    font-size: 6px;
}

.plash.transparent {
    opacity: 0.5;
    visibility: hidden;
}

.game-container {
    height: 100vh !important;
    position: fixed;
    align-items: center !important;
    justify-content: center !important;
    background: #e6e6e6;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 280px;
    height: 100px;
}

.back-btn-container {
    align-self: flex-start;
    left: 12px;
    bottom: 12px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.back-btn {
    width: 24px;
    height: 24px;
}

.screen-size-btn-container {
    align-self: flex-end;
    right: 13px;
    bottom: 13px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.screen-size-btn {
    width: 24px;
    height: 24px;
}

.banner-container {
    width: 100vw;
    bottom: 36px;
    position: fixed;
    /*background: rgba(255, 189, 105, 0.3);*/
    justify-content: center;
    align-items: center;
    height: 75px;
}

.banner-content {
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 321px;
    justify-content: center;
    align-items: center;
    transform-origin: top;
    right: 10px;
    bottom: 0;
}

.back-layer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

#go-back-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 336px;
    background-color: #f78410;
    border-radius: 5px;
    border-color: transparent;
    font-weight: bold;
}

#back-layer-content {
    background-color: transparent;
    width: 100%;
    max-width: 545px;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.back-banner-container {
    width: 100%;
    height: 95%;
    display: flex;
    justify-items: center;
    align-content: center;
    margin-left: 0;
}

#back-layer-banner {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
}