@media only screen and (max-width:768px){ .ff-close.isMobile{ position:fixed; top:15px; right:15px; width:42px; height:42px; display:flex !important; align-items:center; justify-content:center; border-radius:50%; background:#fff; color:#111 !important; font-size:18px; z-index:999999; box-shadow:0 2px 10px rgba(0,0,0,.2); text-decoration:none; } html[dir="rtl"] .ff-close.isMobile{ right:auto; left:15px; } }