#footer {
    padding: 24px;
}
.ui.widgets.rankings {
    position: relative;
}
.ui.widgets.rankings > * {
    position: relative;
    z-index: 1;
}
.ui.widgets.rankings:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background-image: url(../../../img/original.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.12;
    z-index: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
}
.ui.widgets.rankings > .ui.list > .item {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ui.widgets.rankings > .ui.list > .item:first-child .ui.header {
    color: #fed700;
}
.ui.widgets.rankings > .ui.list > .item:nth-child(2) .ui.header {
    color: #cdcdcd;
}
.ui.widgets.rankings > .ui.list > .item:nth-child(3) .ui.header {
    color: #cd7f32;
}
.ui.widgets.rankings > .ui.list > .item .item {
    padding: 2px;
}
.ui.widgets.rankings > .ui.list > .item .item:not(:first-child) {
    padding-left: 0.9rem;
}
.ui.widgets.rankings > .ui.list > .item .ui.header .sub.header {
    text-align: right;
}
.ui.widgets.rankings > .ui.list > .item:first-of-type .ui.image:first-of-type {
    opacity: 0.64;
    -webkit-filter: drop-shadow(-12px -12px 4px #000);
    filter: drop-shadow(-12px -12px 4px #000);
}
.ui.widgets.rankings > .ui.list > .item:first-of-type .ui.image:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.32;
    margin: -12em;
    -webkit-filter: drop-shadow(0 0 24px);
    filter: drop-shadow(0 0 24px);
}
.ui.widgets.rankings > .ui.list > .item:first-of-type > .content {
    position: absolute;
    top: 0;
    right: 0;
    margin: 16px;
}
.ui.widgets.rankings
    > .ui.list
    > .item:first-of-type
    > .content
    .ui.header
    .icon {
    -webkit-filter: drop-shadow(0 0 16px);
    filter: drop-shadow(0 0 16px);
}
.ui.widgets.rankings > .ui.list > .item:first-of-type > .content .ui.list {
    margin: 0;
    text-align: right;
}
.ui.widgets.rankings > .ui.list > .item:not(:first-of-type) .ui.image {
    margin: 0 16px;
    border-radius: 6px;
}
.ui.widgets.rankings > .ui.list > .item:not(:first-of-type) .content {
    padding: 4px 0;
    padding-right: 4px;
}
