@media only screen and (max-width: 800px) {
   a#pull::after {right: 80px !important;}
}
@media only screen and (max-width: 535px) {
   a#pull::after {
     left: 3px !important;
   }
}