.upk-stone-wrap {
  z-index: 1;
  position: relative; }

.upk-stone-grid {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.upk-stone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.upk-stone-image {
  position: relative;
  height: 350px; }

.upk-stone-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(1deg, rgba(0, 0, 0, 0.712), transparent);
  z-index: 11111; }

.upk-stone-item {
  overflow: hidden;
  position: relative; }

.upk-stone-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: clamp(30px, 3vw, 40px);
  z-index: 9999999; }

.upk-stone-category {
  transition-delay: .2s; }

.upk-stone-category a {
  color: #e3e5f1;
  font-size: clamp(10px, 1vw, 12px);
  padding: 6px 10px;
  border-radius: 2px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease;
  text-transform: uppercase;
  border: 1px solid #adaeb3; }

.upk-stone-content:hover .upk-stone-category a {
  border-color: rgba(230, 3, 3, 0.89);
  background-color: rgba(230, 3, 3, 0.89); }

.upk-stone-title {
  margin: clamp(15px, 1.5vw, 20px) 0;
  line-height: 1.4;
  transition-delay: .3s; }

.upk-stone-title a {
  color: #f3f3f3;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  text-decoration: none;
  text-transform: capitalize;
  transition: color .3s ease; }

.upk-stone-title a:hover {
  color: rgba(230, 3, 3, 0.89); }

.upk-stone-meta {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.2vw, 14px);
  text-transform: uppercase;
  color: #dbdbdb;
  opacity: 0;
  flex-wrap: wrap; }
  .upk-stone-meta > div {
    position: relative;
    display: inline-flex;
    align-items: center; }
    .upk-stone-meta > div:before {
      content: attr(data-separator);
      margin: 0 8px; }
    .upk-stone-meta > div:nth-child(1)::before {
      display: none; }

.upk-stone-author a {
  color: currentcolor;
  transition: color .3s ease;
  text-decoration: none; }

.upk-stone-author a:hover {
  color: rgba(230, 3, 3, 0.89); }

.upk-stone-title,
.upk-stone-category,
.upk-stone-meta {
  transform: translateY(30px);
  transition: all .30s ease-in-out; }

.upk-stone-content:hover .upk-stone-category,
.upk-stone-content:hover .upk-stone-title,
.upk-stone-content:hover .upk-stone-meta {
  opacity: 1;
  transform: translateY(0); }

.upk-stone-content:hover .upk-stone-category {
  transition-delay: .1s; }

.upk-stone-content:hover .upk-stone-title {
  transition-delay: .2s; }

.upk-stone-content:hover .upk-stone-meta {
  transition-delay: .3s; }

@media (min-width: 768px) {
  .upk-stone-grid {
    display: inline-flex;
    width: 100%; }
  .upk-stone-item {
    position: unset;
    width: 100%; }
  .upk-stone-wrap .upk-stone-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
    transition: all .50s ease-in-out;
    width: 100%;
    height: 100%; }
  .upk-stone-item .upk-stone-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 600px;
    border-left: 1px solid rgba(196, 196, 196, 0.22);
    position: unset; }
  .upk-stone-item:nth-child(1) .upk-stone-content {
    border: none; }
  .upk-stone-item:nth-child(1) .upk-stone-content + .upk-stone-image {
    opacity: 1; }
  .upk-stone-item .upk-stone-content:hover + .upk-stone-image {
    opacity: 1;
    z-index: -1;
    transform: scale(1.02, 1.02); }
  .upk-stone-title,
  .upk-stone-category,
  .upk-stone-meta {
    transform: translateY(46px); } }
