/* MOBILE PORTRAIT */
@media only screen and (max-width: 320px) {

.line { position:fixed; z-index:9999999; top:0px; left:0px; width:100%; height:5px; background:yellow; }

}