.worldcup.badge {
  left: 290px;
  bottom: 80px;
}
.levikeskus.badge {
bottom: 20px;
left: 13px;
}
.levihuippu.badge {
  bottom: 108px;
  right: -18px;
}
.saanyt-fell {
  background: transparent url(/media/2014/img/saanyt-bg-three-points.png) repeat-x bottom center !important;
}
@media screen and (max-width: 992px) {
  .levikeskus.badge {
    bottom: 20px;
    left: 13px;
  }
  .worldcup.badge {
    left: 269px;
    bottom: 80px;
  }
  .levihuippu.badge {
    bottom: 108px;
    right: 24px;
  }
}
@media screen and (max-width: 799px) {
  .levikeskus.badge,
  .levihuippu.badge,
  .worldcup.badge {
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
  }
  .saanyt-fell {
    background-image: none !important;
  }
}