.main.smallscreen {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}
 
#stage {
    position: sticky !important;
    top: 90px !important;
    z-index: 99 !important;
}
 
.main.smallscreen {
    margin-top: 0 !important;
    overflow: unset !important;
}
 
.iframe-outer {
    position: relative !important;
    padding-top: 56.25% !important;
}
 
.inner {
    height: auto !important;
}
 
#stage .iframe-outer iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    min-height: unset !important;
}
 
.media .menu {
    top: 60px !important;
    right: 0 !important;
    z-index: 9 !important;
    width: 60% !important;
    margin-left: auto !important;
}
 
.wrapper {
    overflow: unset !important;
}
 
.media {
    display: block !important;
    overflow: unset !important;
    margin-top: 0 !important;
}
#stage .inner {
    position: unset;
}
 
.inner {
    padding-top: 39px;
}
 
@media (max-width: 1024px) {
    .menu-main-menu-container .menu a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .media .menu {
        left: 0 !important;
        width: 100% !important;
        right: 0 !important;
        margin-left: auto !important;
        top: calc(155px + (100vw * 9 / 16)) !important;
        position: fixed !important;
    }
    #stage .inner {
        position: relative !important;
        padding-top: 0 !important;
        height: auto !important;
    }
 
    #stage .iframe-outer iframe {
        aspect-ratio: 16/9 !important;
        min-height: unset !important;
        height: 100% !important;
        object-fit: contain !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }
 
    #stage {
        width: 100% !important;
        height: auto !important;
        top: 60px !important;
        padding-bottom: 0px !important;
        z-index: 9;
    }
 
    .main.smallscreen {
        flex-wrap: wrap !important;
    }
 
    #stage .static.smalliframe .iframe-outer iframe {
        height: 100% !important;
        min-height: unset !important;
        object-fit: contain !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        max-height: 100% !important;
    }
    #stage .static {
        padding-top: 20px !important;
    }
    body .media {
        margin-top: 20px !important;
        padding-top: 0px !important;
    }
    .share-icon {
        top: -10px !important;
    }
}
 
@media (max-width: 768px) {
    .menu-main-menu-container .menu a {
        padding: 20px 15px !important;
    }
 
    .menu.secondary-menu ul li a {
        padding: 15px 10px !important;
    }
    #stage {
        padding-bottom: 0px !important;
    }
    .media {
        padding-top: 64px !important;
    }
    .media .menu {
        top: calc(155px + (100vw * 9 / 16)) !important;
    }
}
 
@media (max-width: 520px) {
    .share-icon {
        top: 0 !important;
        z-index: 99;
    }
    #stage {
        top: 50px !important;
    }
    .media .menu {
        top: calc(111px + (100vw * 9 / 16)) !important;
    }
}
@media (max-width: 480px) {
    .media .menu {
        top: calc(101px + (100vw * 9 / 16)) !important;
    }
    .articles {
        padding-top: 0;
    }
}