.podcast-grid {
   & .el-item {
      min-height: 457px;
      background-color: white;
   }
   & .el-image {
      object-fit: cover;
      aspect-ratio: 3/2;
      width: 100%;
   }
   & .uk-button-text {
      text-transform: uppercase;
      font-size: 18px;
      &::after {
         content: "";
         background-image: url("/wp-content/themes/conticachild/img/arrow-large.svg");
         background-repeat: no-repeat;
         background-position: calc(100% - 5px) 50%;
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         bottom: 0;
         right: -35px;
         left: unset;
         width: 22px;
         height: 22px;
         transition: 0.2s ease-out;
         transition-property: height, width, background-position;
      }
   }
   &.latest {
      @media (min-width: 960px) {
         .el-image {
            height: 100%;
            min-height: 457px;
            aspect-ratio: unset;
            object-position: 75% 50%;
         }
      }
   }
}
