.icons{
    margin-right:0px;
    position: fixed; 
    top: 43%;
    z-index:999999; 
}
.icons ul{
    padding-left: 0px;
    list-style:none;
}
.icons li{
    position:relative;
}
.icons li a{
    color:black;
    text-decoration:none;
    line-height: 30px;
}
.icons img{ 
    padding-right:5px;
    position: relative;
    padding-top: 5px;
    height: 34px;
    width: 34px; 
}
.icons li a:hover{
    height: 100%;
    width: 100%;
    line-height: 30px;
}
  

@media(min-width:1500px){
    .icons{
        margin-right:0px;
        position: fixed;
        top: 30%; 
        z-index:999999; 
    }
    .icons ul{
        padding-left: 5px;
        list-style:none;
    }
    .icons img{
        position: relative;
        padding-top: 5px;
        height: 35px;
        width: 35px;
    }
    .icons li a{
        color:black;
        text-decoration:none;
        line-height: 30px;
        opacity: 1;
    }
    .icons li a:hover{
        height: 100%;
        width: 100%;
        line-height: 30px;
        opacity: 0.7;
        transition: all 0.7s ease;
    }
}
