.play {
    width: 100%;
    padding: 1em;
    background: white;
    border-top: solid rgb(255, 0, 100) .3em;
    border-bottom: solid rgb(255, 0, 100) .3em;
}

.play article {
    width: 80em;
    margin: auto;
}

.play h2 {
    font-size: 2.4em;
}

.play .banner-game {
    width: 50em;
    filter: drop-shadow(0.5em 0.5em 0.3em gray);
}

.play #info {
    line-height: 2em;
    font-size: 1.2em;
    margin: 2em auto;
}

.play #browser {
    font-size: 0.8em;
    margin: 3em auto;
}

.play .ddl_android img {
    width: 12em;
    margin: 3em auto;
    filter: drop-shadow(0.3em 0.3em 0.2em gray);
}

.play #control {
    display: flex;
    width: 30em;
    margin: auto;
    margin-top: 5em;
}

.play #slider {
    -webkit-appearance: none;
    font-size: inherit;
    padding: 0;
    outline: none;
    color: rgb(255, 0, 100);
    opacity: .8;
    background: black;
    box-sizing: border-box;
    transition: opacity .2s;
    cursor: pointer;
    height: 1.2em;
    width: 22em;
    margin: auto;
    filter: drop-shadow(0.3em 0.3em 0.2em gray);
}

.play #fullscreen {
    font-size: 2em;
    color: black;
    margin: auto;
    filter: drop-shadow(0.1em 0.1em 0.1em gray);
}

.play #fullscreen:hover {
    color: rgb(255, 0, 100);
}

.play #my_game {
    max-width: 80em;
    margin: 2em auto;
    filter: drop-shadow(0.5em 0.5em 0.3em gray);
}

.play #slider::-webkit-slider-runnable-track {
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.play #slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: inherit;
    border: none;
    border-radius: 0;
    background: currentColor;
}

.play #slider::-moz-range-track {
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.play #slider::-moz-range-thumb {
    width: 1em;
    height: inherit;
    border: none;
    border-radius: 0;
    background: currentColor;
}

.play #slider::-moz-range-progress {
    height: 0;
    background: transparent;
}

.play #slider::-ms-track {
    height: 100%;
    border: none;
    border-radius: 0;
    color: transparent;
    background-color: transparent;
}

.play #slider::-ms-thumb {
    width: 1em;
    height: inherit;
    border: none;
    border-radius: 0;
    background: currentColor;
}

.play #slider::-ms-tooltip {
    display: none;
}

.play #slider::-ms-fill-lower {
    background: transparent;
}

.play #slider::-ms-fill-upper {
    background: transparent;
}