#top_content .video-container { display: none; }

article .video-container-mobile {
    display: none;
    text-align: center;
    background: #eee;
}

@media screen and (max-width: 1049px) {
    #top_content .video-container { display: none; }
    #top_tab_list { margin-left: 20px; }
    #game_tab_menu { left: 20px; }
}

@media screen and (max-width: 1025px) {
    article .video-container-mobile { display: block; }
}

@media screen and (min-width: 700px) {
    #content_heading { height: 265px; }
    #top_page_info { font-size: 55%; max-width: 50%; }
}

@media screen and (min-width: 1026px) {
    #top_page_info { font-size: 60%; }
    #content_heading { height: 319px; }
    #top_tab_list { margin-left: 20px; }
    #top_tab_list li { margin-right: 20px; }
    #game_tab_menu { left: 20px; }
    #top_content { height: 319px; position: relative; }
    #top_content .artwork-container { z-index: 0; }
    #top_content .video-container { display: block; right: 0; position: absolute; z-index: 1; margin: 20px; background: rgba(0,0,0,.3); padding: 7px; }
    #top_content .video-container iframe { width: 470px; height: 265px; margin: 0; }
    .cover_actions { top: 20px; bottom: auto; right: 524px; }
    article .video-container-mobile { display: none; }
}

@media screen and (min-width: 1650px) {
    #game_tab_menu { left: 30px; }
    #top_tab_list { margin-left: 30px; }
    #top_page_info { font-size: 70%; }
    #content_heading { height: 364px; }
    #top_content { height: 364px; }
    #top_content .video-container iframe { width: 550px; height: 310px; }
    .cover_actions { right: 604px; }
}
