.post-share {
  position: fixed;
  bottom: 5vh;
  left: 5vw;
  display: flex;
	flex-wrap: wrap;
  z-index: 20;
	align-items: center
}

.post-share-title,
.post-share-icon {
	margin: 5px 11px;
	vertical-align: middle;
  padding: 5px
}

.post-share-title {
	font-size: .93188rem
}

.post-share-icon {
	font-size: 1.5rem;
	color: #171724
}

.post-share-icon:hover,
.post-share-icon:focus {
	color: #6b39bd
}

.post-share {
	margin-top: 20px;
  z-index: 20
}

@media (min-width: 480px) {
	html:not([data-x-mode]) .post-share {
		position: fixed;
		bottom: 5vh;
		left: 5vw;
		z-index: 20;
		flex-direction: column;
		margin-top: 0;
		padding: 0 0 8px;
		background-color:;
	}

@media (max-width: 320px) {
  	html:not([data-x-mode]) .post-share {
  		position: fixed;
  		bottom: 5vh;
  		left: 5vw;
  		z-index: 20;
  		flex-direction: column;
  		margin-top: 0;
  		padding: 0 0 8px;
  		background-color:;
  	}

(min-width: 1200px)

(min-width: 992px)

(min-width: 480px)

(min-width: 576px)

(min-width: 768px)

	html:not([data-x-mode]) .post-share-1 {
    left: auto;
		right: 30px;
    z-index: 20
	}

	html:not([data-x-mode]) .post-share-2 {
		top: 31vh;
		left: auto;
		right: calc(50% - 1320px/2 + 2.5rem/2);
    z-index: 20
	}

	html:not([data-x-mode]) .post-share-title,
	html:not([data-x-mode]) .post-share-icon {
		margin: 13px 11px;
    z-index: 20
	}
}
