@media only screen and (min-width: 700px) {
    .ar_web_feature{
        display: none;
    }
}
.ar_web_feature{
    position: absolute;
    right: 0px;
    width: 90px;
    z-index: 999;
    outline: 0;
}

