.line{ position: fixed;
    right: 5px;
    bottom: 55%; 
    z-index: 10; }
.line img{ width: 95px; width: 85px; }

@media only screen and (max-width:480px)
{
.line{ bottom: 24%; }
.line img{ width: 65px; }

}