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

.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
}

@media (min-width: 480px) {
	html:not([data-x-mode]) .post-share {
		position: fixed;
		bottom: 5vh;
		left: 5vw;
		z-index: 999;
		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: 999;
  		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;
	}

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

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

.icon-primary-filled {
	color: #fff;
	background-color: #31c77f;
}

.thumbnail-upward {
  position: relative;
  display: inline-block;
  max-width: 420px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .thumbnail-upward {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .thumbnail-upward {
    /* Styles for larger screens */
    .thumbnail-upward-img {
      position: relative;
      z-index: 1;
      transition: inherit;
    }

    .thumbnail-upward-caption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      flex-wrap: nowrap;
      align-items: flex-end;
      opacity: 0;
      transition: inherit;
    }

    .thumbnail-upward-content {
      overflow: hidden;
    }

    .thumbnail-upward-title,
    .thumbnail-upward-description {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    &:hover .thumbnail-upward-img {
      transform: translateY(-59px);
    }

    &:hover .thumbnail-upward-caption {
      opacity: 1;
    }
  }
}

.thumbnail-upward-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  text-align: left;
  margin-bottom: -10px;
  margin-left: -10px;
}

.thumbnail-upward-caption:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.thumbnail-upward-caption > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.thumbnail-upward-btn {
  flex-shrink: 0;
}

.thumbnail-upward-description {
  font-size: 1.0625rem;
}
