.sticky-frame{position:fixed!important;bottom:10px!important;right:10px!important;left:auto!important;top:auto!important;width:490px!important;height:276px!important;z-index:9991!important;-webkit-animation-name:sticky-animation;animation-name:sticky-animation;-webkit-animation-duration:1s;animation-duration:1s}.close-sticky-frame{position:fixed;bottom:256px;right:10px;background:rgba(0,0,0,.5);width:30px;height:30px;line-height:30px;font-size:10px;text-align:center;font-family:Arial;color:#fff;z-index:9999;cursor:pointer}.close-sticky-frame:before{content:"X"}@media screen and (max-width:600px){.sticky-frame{width:330px!important;height:185px!important;bottom:101px!important}}@media screen and (max-width:400px){.sticky-frame{width:200px!important;height:112px!important;bottom:10px!important}.close-sticky-frame{bottom:92px!important}}@-webkit-keyframes sticky-animation{0%{opacity:0}to{opacity:1}}@keyframes sticky-animation{0%{opacity:0}to{opacity:1}}