@media only screen and (min-width: 1281px) {
} @media only screen and (max-width: 959px) {
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
} @media only screen and (min-width: 480px) and (max-width: 767px) {
} @media only screen and (max-width: 479px) {
}
.share_icon{
position: absolute;
bottom: 20px;
color: #FFF;
z-index: 99;
left: 20px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.share_icon:hover .all_share{
display: block;
transition: .3s;
}
.all_share{
display: none;
color: #FFF;
margin-left: 22px;
transition: .3s;
}
.all_share a {
color: #FFF;
font-size: 25px;
}
.share_icon img{
width: 36px;
}
@media all and (max-width:1200px){
.share_icon {bottom:auto; top:20px; background-color:rgba(0,0,0,0.1); padding:5px;}
}