/*@media screen and (max-width: 767px) {*/
    #rec53094155 video,
    #rec53094154 video {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
/*}*/

#rec54076292 .t396 .tn-atom__img:not(:first-child) {
    position: absolute;
    top: 0;
}

#rec54076292 .tn-elem__540762921526476633150 .tn-atom__img:last-child,
#rec54076292 .tn-elem__540762921526476647374 .tn-atom__img:last-child,
#rec54076292 .tn-elem__540762921526476683070 .tn-atom__img:last-child,
#rec54076292 .tn-elem__540762921526625342695 .tn-atom__img:last-child,
#rec54076292 .tn-elem__540762921526625399665 .tn-atom__img:last-child { opacity: 0; }

.top_menu {
    font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    padding: 0 10px;
}
#allrecords a.menu-item {
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 5px;
}
#allrecords a.menu-item--login {
    color: #fff;
    background-color: #508eeb;
    border-radius: 100px;
}
#allrecords a.menu-item:focus,
#allrecords a.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#allrecords a.menu-item--login:focus,
#allrecords a.menu-item--login:hover {
    background-color: #4e75ff;
}
@media (max-width: 980px) {
    .top_menu {
        position: static;
        background: #995dcc;
    }
    #allrecords a.menu-item {
        color: #fff;
    }
}