.position-absolute-res {
  position: absolute;
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
}