.medals{display:flex;align-self:flex-end;justify-content:flex-end;align-items:center;flex-wrap:wrap}.medal{width:150px;height:150px;position:relative;margin:30px 15px;border-radius:150px}.coin{position:relative;width:150px;height:150px;transform-style:preserve-3d;transition:all .3s}.medal:hover .coin{transform:rotateY(180deg)}.coin-front,.coin-back{position:absolute;width:150px;height:150px;border-radius:50%;overflow:hidden;background-size:contain}.coin-back{transform:rotateY(-180deg)}@media(max-width:1199px){.medal,.coin,.coin-front,.coin-back{width:120px;height:120px}}@media(max-width:992px){.medals{align-self:center;justify-content:center;align-items:center}.medal{margin:10px}}