@media screen and (min-width: 737px) {.smart_banner { display: none !important;}}@media screen and (max-width: 736px) {#fc_frame { bottom: 80px !important;}  .app_banner_gone #fc_frame{bottom: 15px !important;}  .smart_banner{width: 90%;height: 35px;padding: 10px 0;background-image: linear-gradient(-90deg, #5e4292, #3381c7 0%, #9352cf 40%);position: fixed;z-index: 9999;bottom: 3%;left: 0;right: 0;margin: auto;border: 2px solid #fff;border-radius: 8px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);}  .smart_banner.blackfriday_themed{background-image: linear-gradient(-90deg, #5a278a, #350037 40%, #070708 100%);}  .smart_banner img.app_icon{width: 35px;height: auto;margin-left: 3%;border-radius: 9px;box-shadow: 0 2px 0 #4a306c;}  .smart_banner_text p{font-size: 3.5vw;line-height: 1.4em;color: #fff;margin: 0;padding: 0 0 0 10px;}  .blackfriday_themed .smart_banner_text p{font-family: 'caveat', sans-serif;}  .blackfriday_themed .smart_banner_text p strong{}  .smart_banner_text p.title{font-size: 3.5vw;font-weight: 500;color: #d5ef2d;}  .blackfriday_themed .smart_banner_text p.title{font-size: 3.4vw;color: #e8c18c;}  #smart_close{width: 18px;height: 18px;cursor: pointer;position: absolute;top: 10%;right: 2%;transform: rotate(45deg);}  #smart_close::before,  #smart_close::after{content: '';display: block;width: 100%;height: 3px;background: #fff;margin: auto;top: 0;right: 0;bottom: 0;left: 0;position: absolute;}  #smart_close::after{width: 3px;height: 100%;}  }