@media all and (max-width: 640px) {
.easystickybuttons-container {display: flex; flex-wrap: nowrap; position: fixed; bottom: 0; width: 100%; padding:0; margin:0; z-index:909;}
.easystickybuttons-button{text-decoration: none; font-weight:bold; width: 100%; padding:12px; margin: 0; text-align: center; color:white; font-size: 18px; display:flex; justify-content: center;}
.easystickybuttons-button:visited,.easystickybuttons-button:active{text-decoration: none;}
.easystickybuttons-content{margin:0px; padding:2px; line-height: normal; align-self: center;font-size:13px;}}
@media all and (min-width: 640px) {.easystickybuttons-container {display:none;}}
