.latestWork-cta-mobile {
  display:none;
}
.latestWork-mod,
.latestWork-item:hover,
.latestWork-item:active,
.latestWork-item:visited,
.latestWork-item:focus,
.latestWork-item {
  color:var(--color-offwhite);
}
.latestWork-item {
  text-decoration:none;
}
.latestWork-mod .slick-slide{
  margin-right:30px;
}
.latestWork-slider {
  width: calc(100% + calc(50vw - 50%));
}
.latestWork-top {
  margin-bottom:60px;
}
.latestWork-item-icon img{
  object-fit:contain;
  height:100% !important;
  width:100%;
}
.latestWork-item-icon {
  height:60px;
  width:60px;
}
.latestWork-slider .slick-list{
  padding-right:calc(50vw - 50%);
}


@media (min-width:1650px){
  #scale-wrapper .latestWork-slider {
    width: calc(100% + calc(815px - 50%));
  }
  #scale-wrapper .latestWork-slider .slick-list{
    padding-right:calc(815px - 50%);
  }
}
.latestWork-item-image img{
  aspect-ratio:1;
  height:100% !important;
  width:100%; !important;
  object-fit:cover;
}
.latestWork-item-subtitle {
  color:var(--color-sand);
}
.latestWork-item-bottom {
  display:flex;
  align-items:start;
  gap:15px;
}
.latestWork-item-details.has-image {
  width:calc(100% - 15px - 60px);
}

.latestWork-item-image:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  transition:0.3s ease all;
  background:var(--color-forest);
  opacity:50%;
}
.latestWork-item-image {
  position:relative;
  opacity:100%;
  filter:grayscale(1);
  transition:0.3s ease all;
  border-radius:15px;
  aspect-ratio:1;
  overflow:hidden;
  margin-bottom:30px;
}

.latestWork-item:hover .latestWork-item-image:after {
  opacity:0%;
}
.latestWork-item:hover .latestWork-item-image {
  opacity:100%;
  filter:grayscale(0);
}
.latestWork-cta a{
  display:flex;
  gap:15px;
  align-items:center;
  color:inherit;
}
.atestWork-cta-icon img{
  object-fit:contain;
  height:100% !important;
  width:100%;
}
.latestWork-cta a,
.latestWork-cta a span {
  margin-bottom:0px;
}
.latestWork-cta-icon {
  height:30px;
  display:flex;
  width:30px;
}
.latestWork-top{
  display:flex;
  align-items:center;
  gap:30px;
}
.latestWork-top-line {
  height:2px;
  display:flex;
  flex:1;
  background-color:var(--color-offwhite);
}
/* :not(.latestWork-cta-mobile) */
.latestWork-cta {
  font-family: var(--sub-font);
  text-transform:uppercase;
}
@media (max-width:600px){
  .latestWork-item-image {
    aspect-ratio:300 / 400;
  }
}
@media (max-width:991px){
  .latestWork-top-line {
    display:none;
  }
  .latestWork-top {
    margin-bottom:30px;
    justify-content:center;
  }
  .latestWork-mod .slick-slide{
    margin-right:15px;
  }
  .latestWork-cta {
    display:none;
  }
  .latestWork-cta.latestWork-cta-mobile a span,
  .latestWork-cta.latestWork-cta-mobile a{
    color:var(--color-offwhite);
  }
  
  .latestWork-cta.latestWork-cta-mobile:before {
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:100vw;
    transform:translateX(-50%);
    /*     color:var(--color-sand); */
    height:1px;
    /*     border-top:2px dotted var(--color-sand); */
    
    background-image: linear-gradient(to right, var(--color-sand) 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
  }
  .latestWork-cta.latestWork-cta-mobile {
    text-transform:none;
    position:relative;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top:30px;
    margin-top:30px;
    align-items: center;
    color:var(--color-offwhite);
  }
  .latestWork-title {
    text-align:center;
  }
  .latestWork-slider .slick-list{
    padding-right:calc(50vw - 50% + 50px);
  }
}