.socialMedia ul {
    position: fixed;
    right: 0;
    top: 300px;
    color: transparent;
    z-index: 10;
    font-size: 1px;
}

.socialMedia ul li:nth-of-type(1) {
    background-image: url("../Img/socialmedia/facebook.png");
    background-size: cover;
    height: auto;
    width: auto;
    background-repeat: no-repeat;
    padding: 0;
}

.socialMedia ul li:nth-of-type(2) {
    background-image: url("../Img/socialmedia/rss.png");
    background-size: cover;
    height: auto;
    width: auto;
    background-repeat: no-repeat;
    padding: 0;
}

.socialMedia ul li a {
    height: 54px;
    width: 56px;
    display: block;
    margin-bottom: 5px;
}

