@media screen and (max-width:782px) {
#sb1 { display:none;
}
}
.stickybutton {
border-radius: 40px 0 0 40px;
padding:0px;
position: fixed;
left: -5px;
text-transform: uppercase;
z-index: 5;
max-width:7vw;
min-width:80px;
}
#sb1 {
cursor:pointer;
font-weight:bold;
top: 300px; }