.social-icons-container .social-icons li {
    display: block !important;
    padding: 0;
    background: none !important;
    margin-top: 10px;
}

.social-icons-container .social-icons li img {
    height: 30px;
    width:auto;
}

.social-icons-container {
    z-index: 9999;
    position: fixed;
}

.social-icons li a {
    display: table-cell;
    width: 48px;
    height: 48px;
    text-align: center;
    text-decoration: none;
    transition: color .5s;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    vertical-align: middle;

}

.social-visible {
    height: auto;
    opacity: 1;
    transition: all .5s ease-in-out;
    position: relative;
}

.social-nonvisible {
    height: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: -9999;
    position: relative;
    overflow: hidden;
}

.mobile-button {
    width:48px;
    height:48px;
    cursor: pointer;
}
