.SMFI-container .wks-sm-wrap {
position: fixed;
top: 40%;
left: 0;
padding-left: 4px;
z-index: 1000;
}
.SMFI-container .wks-sm-wrap .link {
display: block;
padding: 2px; margin-bottom: 6px;
border-radius: 3px;
}
.SMFI-container .wks-sm-wrap .image {
display: block;
width: 50px;
height: 50px;
}
@media screen and (max-width: 1299px) {
.SMFI-container .wks-sm-wrap .image {
width: 40px;
height: 40px;
}
}
@media screen and (max-width: 767px) {
.SMFI-container .wks-sm-wrap .image {
width: 30px;
height: 30px;
}
}