  
html #list-tv-show { width: 90%; }
html .list-tv-show { width: 48%; margin-right: 2%; margin-bottom: 14px; }



html #right .content:first-child { margin: 0 0 10px 0; display:block; }

  
#fullflame-header-desktop{ display: none; }

@media only screen and (min-width: 720px){
   #fullflame-header-mobile{ display: none; }
   #fullflame-header-desktop{ display: block; }
}

