/* --- MAIN STYLES --- */

.frame {height: auto;}
.frame-pad {padding: 2rem 0 4rem;}

#pos1 {display: none;}

/* --- HEADER --- */

a.menu-icon {
    top: 1.5rem;
    right: 30px;
}

    .menu-icon svg {
        height: 3rem;
    }

/* --- FOOTER --- */

footer .menu {display: none;}

/* --- SIDEBAR --- */

.inner-sidebar {
    padding-left: 15px;
}

/* --- INTRO --- */

/*.intro {
    height: 250px;
}*/

    .play {
        bottom: 18px;
        left: 18px;
    }

        .play svg {
            height: 48px;
        }

/* --- NEWS --- */

.news-list li {
    padding-right: 1rem;
}

.news-important {
    padding-right: 0;
}

/* --- DATA --- */

.data-filters-block {
    margin-top: 10px;
    max-width: none;
}

.data-container .btn-group {
    float: none;
    margin-right: 0;
}