body {
    color: #222;
    font-family: 'Fira Sans',sans-serif;
    font-size: 16px;
    line-height: 24px;
}

video {
    object-fit: cover;
    position: absolute;
    min-width: 10%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#background {
    position: fixed !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; position:relative
}

#menu {
    display: inline;
    float: right;
    height: 25px;
    background-color: aqua;
}

#more {
    margin:50px;
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: top left;
}

#more span {
    font-size:50px;
    display: inline-block;
    padding:5px;
}

#more img {
    display: inline-block;
    padding:5px;
    width: 6%;
    height: 6%;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.hidden {
    display: none;
}

#rateMenu {
    text-align: center;
    background-color: #d1d1d1;
    width: 400px;
    margin: 0 auto;
}

#rateMenu > label {
    padding: 0 5px;
}

.rating-icon {
    display: none;
}

.icon {
    width: 16px;
    height: 16px;
    background-image: url('../rating/star.png');
    background-size: 16px 16px;
    content: '';
    display: inline-block;
}

@media all and (orientation:portrait) {

    #menu {
        background-color: red;
    }

    #background {
        background-size: 50%;
    }

    #more {
        position: fixed;
        width: 100%;
        display: inline-block;
        margin: auto 0;
        transform: rotate(0deg);
        bottom: 0;
    }

    #more span {
        display: none;
    }

    #more img {
        display: block;
        margin: auto;
        width: 25%;
        height: 25%;
    }

    video {
        object-fit: cover;
        position: absolute;
        min-width: 100%;
        min-height: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120%;
    }
}