@media all and (max-width:1100px) and (min-width:992px) {}

@media all and (max-width:991px) {
  .column {
    width: 50%;
  }

  .mobile-show {
    display: block;
    position: absolute;
    top: -10px;
    right: -8px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 1px 0 0 0;
    border-radius: 13px;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 9999;
  }

  .single-item {
    overflow: visible;
  }

  .overlay {
    right: 5px;
    top: 5px;
    display: none;
  }

  .show-overlay {
    display: block;
  }
}
