﻿.container-logo:before{content:" ";z-index:2;filter:drop-shadow(0 0 2px #000)brightness(1.3);background-image:url(/fav/apple-icon-57x57.png);background-repeat:no-repeat;background-size:100% 100%;width:36px;height:36px;animation-name:logo_flip;animation-duration:8s;animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:3s;animation-fill-mode:forwards;position:absolute;bottom:-20px;right:50%;transform:translate(50%)}@keyframes logo_flip{0%{transform:translate(50%)scaleX(1)}30%{transform:translate(50%)scaleX(-1)}40%{transform:translate(50%)scaleX(-1)}70%{transform:translate(50%)scaleX(1)}to{transform:translate(50%)scaleX(1)}}