.categories.columns {
  margin: 0;
}

.categories .column {
  height: 100vh;
  background-size: cover;
  padding: 0;
  overflow: hidden;
}

.categories .column a {
  transition: all 1s ease-in-out;
  background-size: cover;
}

.categories .column a:hover {
  transform: scale(1.1);
}

.categories .column:nth-child(1),.categories .column:nth-child(2)
{
  border-right: 7px solid #fff;
}

.categories .column:last-child {
  border-left: 7px solid #fff;
}

/*.categories .column:first-child a {
  background-image: url("../img/JAMONES.png");
}

.categories .column:last-child a {
  background-image: url("../img/SALCHICHAS.png");
}*/

.categories .column h1 {
  text-align: center;
  top: 45%;
  position: relative;
}
.categories .column a {
  font-size: 62px;
  color: #fff;
  text-shadow: 1px 2px 1px #888;
  font-family: "ITC Avant Garde Std";
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .categories .column {
    height: 50vh;
    border: none !important;
  }
  .categories .column h1 {
    font-size: 40px;
  }
}
