@charset "UTF-8";.fifa-float{position:fixed;z-index:1000;left:10px;top:50vh;display:none}.fifa-float .fifa-animation{width:85px;height:85px;background-image:url(./img/fifa-animation.png);background-repeat:no-repeat;background-size:11390px 85px;-webkit-animation:fifaPlay 2s steps(134) infinite;animation:fifaPlay 2s steps(134) infinite}@-webkit-keyframes fifaPlay{from{background-position:0 0}to{background-position:-11390px 0}}@keyframes fifaPlay{from{background-position:0 0}to{background-position:-11390px 0}}.fifa-float a{display:inline-block;width:85px;height:85px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.fifa-float a:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.fifa-float a img{width:100%;height:auto}.fifa-float .close-button{position:absolute;display:inline-block;width:25px;height:auto;top:-20px;right:-5px;cursor:pointer}.fifa-float .close-button img{width:100%;height:auto}