div.theme_land {
    margin-bottom: 12vh;
}

div.eigenTunes_theme_land_menu {
    position: fixed;
    float: left;
    width: 18vw;
}

div.themes_to_be_approved.active,
div.themes_of_animation.active,
div.themes_of_game.active,
div.themes_of_vr_ar.active,
div.themes_of_drama.active,
div.themes_of_radio_drama.active,
div.themes_of_film.active,
div.themes_of_commercial_film.active,
div.themes_of_personal.active,
div.themes_of_original.active {
    color: #ffffff;
    background: #6e6e6e;
}

div.themes_to_be_approved,
div.themes_of_animation,
div.themes_of_game,
div.themes_of_vr_ar,
div.themes_of_drama,
div.themes_of_radio_drama,
div.themes_of_film,
div.themes_of_commercial_film,
div.themes_of_personal,
div.themes_of_original {
    height: 5.8vmin;
    min-height: 36px;
    cursor: pointer;
}

div.eigenTunes_theme_land_tab {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 16.5vw;
    font-size: 2.15vmin;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div.eigenTunes_theme_land_sub_pages {
    margin-left: 18%;
    width: 65vw;
    border-left: 1px solid #f2f2f2;
    padding: 0 0 66px 4vw;
    min-height: 240px;
}

div.eigenTunes_theme_land_preview:not(:last-child){
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 5vmin;
    padding-bottom: 5vmin;
}

div.eigenTunes_theme_land_title {
    font-size: 1.5vmax;
    font-weight: bold;
    cursor: pointer;
}

div.eigenTunes_theme_land_poster {
    font-size: 0.9vmax;
    font-weight: bold;
    margin-top: 1.8vmin;
    cursor: pointer;
}

div.eigenTunes_theme_land_images {
    margin-top: 3vmin;
}

div.eigenTunes_theme_land_images img {
    display: inline-block;
    cursor: pointer;
    height: 24vmin;
}

div.eigenTunes_theme_land_audio {
    margin-top: 1.5vmin;
    display: flex;
    align-items: center;
}

div.eigenTunes_theme_land_audio img {
    vertical-align: middle;
    min-width: 24px;
    min-height: 24px;
}

div.eigenTunes_theme_land_audio span {
    font-size: 0.9vmax;
    margin-left: 0.6vmax;
    display: inline-block;
    vertical-align: middle;
}

p.eigenTunes_theme_land_text_preview {
    margin-top: 2.5vmin;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    div.eigenTunes_theme_land_menu {
        width: 20vw;
    }
    div.eigenTunes_theme_land_tab {
        width: 17.5vw;
        font-size: 14px;
    }
    div.eigenTunes_theme_land_sub_pages {
        margin-left: 20vw;
        width: 61vw;
    }
    div.eigenTunes_theme_land_title {
        font-size: 17px;
    }
    div.eigenTunes_theme_land_poster {
        font-size: 10px;
        margin-top: 8px;
    }
    p.eigenTunes_theme_land_text_preview {
        font-size: 13px;
        line-height: 20.5px;
    }
    div.eigenTunes_theme_land_audio span {
        font-size: 13px;
    }
    div.eigenTunes_theme_land_menu {
        width: 61px;
    }
    div.eigenTunes_theme_land_tab {
        width: 47px;
        font-size: 12px!important;
    }
    div.eigenTunes_theme_land_sub_pages {
        margin-left: 61px;
        padding-left: 20px;
        width: calc(100vw - 100px);
    }
    div.eigenTunes_theme_land_audio span {
        margin-left: 7px;
    }
}

@media screen and (max-height: 500px) {
    div.eigenTunes_theme_land_tab {
        font-size: 14px;
    }
}
