/*icon*/
.phone{
  position:fixed;
  right:0%;
  top:22%;
  z-index:1000;
  transform:scale(0.8);
}

@media(max-width:428px){
.phone{position:fixed;right:0%;top:22%;
       z-index:1000
       transform:scale(0.6);
   }
}

.mark{
   background:none;
}