@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: relative;
    height: 50%;
  }

  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    height: 50%;
    margin: 0px 55px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    height: 50%;
    margin: 0px 30px;
    width: auto;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    height: 40%;
    margin: 0px;
  }
}
