#matter-wrapper .square {
  width: 50%;
  float: left;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 0) and (max-width: 300px) {
  #matter-wrapper .square {
    height: 300px;
  }
}

@media screen and (min-width: 301px) and (max-width: 500px) {
  #matter-wrapper .square {
    height: 350px;
  }
}

@media screen and (min-width: 501px) and (max-width: 700px) {
  #matter-wrapper .square {
    height: 400px;
  }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  #matter-wrapper .square {
    height: 450px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  #matter-wrapper .square {
    height: 500px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1300px) {
  #matter-wrapper .square {
    height: 550px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1500px) {
  #matter-wrapper .square {
    height: 600px;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1700px) {
  #matter-wrapper .square {
    height: 650px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1900px) {
  #matter-wrapper .square {
    height: 700px;
  }
}

@media screen and (min-width: 1901px) {
  #matter-wrapper .square {
    height: 750px;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  #matter-wrapper .square {
    width: 100%;
  }
}

#matter-wrapper .square.pre-animation {
  opacity: 0;
  -webkit-transform: translate(0, 10em);
  -moz-transform: translate(0, 10em);
  -moz-osx-transform: translate(0, 10em);
  -ms-transform: translate(0, 10em);
  -o-transform: translate(0, 10em);
  transform: translate(0, 10em);
}

#matter-wrapper .square .btn {
  position: absolute;
  bottom: 20%;
  bottom: 5%;
  font-size: 2em;
  text-transform: uppercase;
  font-family: "Lato", "Regencie Light Alt", sans-serif;
  font-weight: 300;
  color: white;
  padding: 0.2em 1em;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

#matter-wrapper .square .btn .arrow {
  vertical-align: middle;
  font-size: 0.9em;
  padding: 0.1em 0.3em;
  -webkit-transform: scale(0.5, 2);
  -moz-transform: scale(0.5, 2);
  -moz-osx-transform: scale(0.5, 2);
  -ms-transform: scale(0.5, 2);
  -o-transform: scale(0.5, 2);
  transform: scale(0.5, 2);
}

#matter-wrapper .square .btn .text {
  vertical-align: middle;
}

#matter-wrapper .square:hover .ratio {
  opacity: 0;
}

#matter-wrapper .square:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -moz-osx-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5;
}

#matter-wrapper .square .ratio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#matter-wrapper .square.left {
  background-image: url(/_/tela-basics/img/lookbook/1/cover-no-title-medium.jpg);
}

#matter-wrapper .square.left .btn {
  left: 0;
}

#matter-wrapper .square.right {
  background-image: url(/_/tela-basics/img/campaign/1/1-medium.jpg);
}

#matter-wrapper .square.right .btn {
  right: 0;
}