@media (min-width: 768px){
  .slide-content.abs_top {
    top: 20%;
  }
  
  .slide-content.abs_bottom {
    top: 80%;
  }
}

