/* .menu-list-items .menu-sidebar{
    display:none !important;
} */


.play {
    background: red;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em;
    /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
}

.play:hover {
    background: rgb(255, 140, 0);
}

.play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
}

/* Other */

body,
html {
    font: 100 1em/1.5 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    margin-top: 4em;
    text-align: center;
}


#close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 80px;
    border: none;
    background-color: aqua;
    opacity: 0.6;
}