
.row {
    font-family: gothica-parrafo;
    font-weight:lighter;

}


@font-face {
    font-family: gothica-parrafo;
    src: url('/fonts/gothica-parrafo.TTF');
}


@font-face {
    font-family: editorial;
    src: url('/fonts/editorial.otf');
}


.mini-player:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.2); 
      }
   








