/**
 * @license
 * MyFonts Webfont Build ID 3448863, 2017-09-08T04:33:10-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HVDComicSerifPro by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/hvd-comic-serif-pro/regular/
 * Copyright: Copyright (c) 2008 by Hannes von D&#x009A;hren. All rights reserved.
 * Licensed pageviews: Unlimited
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3448863
 * 
 * © 2017 MyFonts Inc
*/
  
@font-face {
  font-family: HVD;
  src: url(HVD_Comic_Serif_Pro.otf);
}


/* SINGERS TOP100 */

.movies{
    top:85px; 
    left: 1%;
    right: 1%;
}
.moviestop100sira{
    position:absolute;
    font-family: 'HVD';     
	font-weight: normal;
	font-style: normal;
    font-size: 36px;
    top: 1px;
    left: 5%;  
    color:#333;
    z-index: 100;
}


/* @MEDIA SCREEN */

@media screen and (max-width: 560px) {
    .movies{
        top:65px; 
    }
    .moviestop100sira{
        font-size: 28px;
        top: -5px;
        left: 5%;  
    }

}

@media screen and (max-width: 360px) {
    .movies{
        top:52px; 
    }
    .moviestop100sira{
        font-size: 22px;
        top: -2px;
        left: 5%;  
    }

}








