@charset "utf-8";

@keyframes swing { 
  0% { transform: rotate(0deg); }
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-15deg); }
  60% { transform: rotate(10deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.fig-ranking-profile-small-picture .fig-ranking-profile-standfirst { clear: left; float: left; max-width: calc(100% - 136px); }

@media (min-width: 48em) {
  .fig-ranking-profile-small-picture .fig-ranking-profile-standfirst { max-width: calc(100% - 298px); }
}

@media (min-width: 64em) {
  .fig-ranking-profile-small-picture .fig-ranking-profile-standfirst { max-width: calc(100% - 240px); }
}