/* SHARE THIS ELEMENT */

	/* IMAGE */

	img.share-this-element, /* Below image */
	img.share-this-element-with-overlap { /* Overlap image */
		margin-bottom: 0 !important;
	}

	img.share-this-element + .addthis_sharing_toolbox, /* Below image */
	img.share-this-element-with-overlap + .addthis_sharing_toolbox { /* Overlap image */
		height: 20px;
		z-index: 999;
	}

	img.share-this-element + .addthis_sharing_toolbox .at-share-btn { /* Below image */
		margin-left: 0 !important;
		transition-property: none !important;
		transform: none !important;
	}

	img.share-this-element-with-overlap + .addthis_sharing_toolbox { /* Overlap image */
		margin-top: -25px;
	}

	img.share-this-element-with-overlap + .addthis_sharing_toolbox .at-share-btn { /* Overlap image */
		margin-left: 3px !important;
		transition-property: none !important;
		transform: none !important;
	}

	/* Breakpoints */

	/* 0 - 414px */
	@media only screen and (max-width: 414px) {
		img.share-this-element + .addthis_sharing_toolbox, /* Below image */
		img.share-this-element-with-overlap + .addthis_sharing_toolbox { /* Overlap image */
			height: 30px;
		}

		img.share-this-element + .addthis_sharing_toolbox .at-share-btn, /* Below image */
		img.share-this-element-with-overlap + .addthis_sharing_toolbox .at-share-btn { /* Overlap image */
			max-height: 30px !important;
			max-width: 30px !important;
		}

		img.share-this-element + .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper, /* Below image */
		img.share-this-element-with-overlap + .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper { /* Overlap image */
			line-height: 30px !important;
			height: 30px !important;
			width: 30px !important;
		}

		img.share-this-element + .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper svg, /* Below image */
		img.share-this-element-with-overlap + .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper svg { /* Overlap image */
			height: 30px !important;
			width: 30px !important;
		}
		
		img.share-this-element-with-overlap + .addthis_sharing_toolbox { /* Overlap image */
			margin-top: -35px;
		}
	}


