.social-share-icon-block {
    position: relative;
}

.blog-image-div {
    width: 150px;
    height: 150px;
    float: left;
    margin: 10px;
    background-size: cover;
    background-position: center;
}

.blog-image-div-top {
    width: 250px;
    height: 250px;
}

.blog-social-share {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 10px;
}

.blog-share-this-product {
    float: left;
    width: 100px;
    height: 30px;
    padding: 1px 0px;
    margin: 10px 5px;
    overflow: hidden;
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -ms-filter: brightness(90%);
    -o-filter: brightness(90%);
    filter: brightness(90%);
    transition: all 0.45s ease-in-out;
}

.blog-share-this-product:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    filter: brightness(120%);
}

.blog-share-this-product:hover img {
    left: 36px;
    transform: scale(1);
}

.blog-share-this-product:hover span.share-text {
    opacity: 0;
    left: 20px;
    transform: rotateX(90deg) scale(0.3);
}

.blog-share-this-product a {
    text-decoration: none;
}

.blog-share-this-product img {
    width: 28px;
    transition: all 0.5s ease;
    position: relative;
    left: 0;
    transform: scale(0.8);
}

.blog-share-this-product .social-share-icon-block span.share-text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    transition: all 0.45s ease-in-out;
}

.blog-share-this-product.facebook {
    background: #527ebf;
}

.blog-share-this-product.twitter {
    background: #25c0e2;
}

.blog-share-this-product.linkedin {
    background: #147bb7;
}

.top-item .link-title {
    display: inline !important;
}

@media only screen and (max-width: 480px) {
    .blog-image-div,
    .blog-image-div-top {
        margin: 30px 0 0 0;
        width: 90vw;
        max-height: 90vw;
    }
}