.icon-bar {
    position: fixed;
    top: 13.5em;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    transition: all 0.3s ease;
    margin-bottom: 1px;
    border-radius: 1px;
    border: 1px solid var(--wit);
    width: 2em;
    height: 2em;
    background-image: url(/static/lotte/socials.png);
    background-repeat: no-repeat;
    background-size: 800%;
    overflow: hidden;
    border-radius: 3px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    border-radius: 10px;
}

.facebook {
    background-position-y: -10px;
    background-position-x: -10px;
}

.instagram {
    background-position-y: -10px;
    background-position-x: -61px;
}

.pinterest {
    background-position-y: -10px;
    background-position-x: -214px;
}

.tiktok {
    background-position-y: -111px;
    background-position-x: -161px;
}

.youtube {
    background-position-y: -10px;
    background-position-x: -112px;
}
