.download-icon,
.text-dark .download-icon {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #75bc20;
    color: #fff;
    padding: .5em;
    line-height: 1;
    font-size: 18px;
    text-shadow: none;
    z-index: 9;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	opacity: 0;
	pointer-events: none;
	transition: all .2s linear;
	width: auto !important;
	height: auto !important;
	display: block !important;
}
.download-icon:hover {
	color: #fff;
}
.blitz-blog-inner-wrap .download-img .download-icon {
    right: 0;
    left: initial;
}
.download-img:hover .download-icon {
	opacity: 1;
	pointer-events: initial;
}
.download-img[img*="instagram-feed"] {
    display: none;
}

.featured .download-icon {
    display: none !important;
}
.hi5-gallery .thumb .download-icon {
    display: none !important;
}
.hi5-gallery .current .download-icon {
    right: 0;
    left: initial;
}

