#quotearea {width:100%;
height:100px;
margin: 10px 0 0 0;
font-size:1.1em;
color:#991c13;
font-style: italic;
}
#quoterotator {
   line-height: 135%;
}
#quoteauthor {
margin-top:10px;
font-size:1em;
font-family: 'Fjalla One', sans-serif;
color:#000;
font-style: normal;
   display: block;
   text-align: right;
}


 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

 #quotearea {width:100%;
margin:20px 0;
height:auto;
font-size:1.8em;
color:#991c13;
font-style: italic;
}

 }
