/* CSS Document */
@media (min-width: 992px) {
  .sub-menu ul {
    height: 4.125em;
  }
}
.ls {
  position: relative;
}
.ls .item {
  margin-bottom: 3.1875em;
}
.ls .item .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
.ls .item .pic .pic-in {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .4s ease-in-out;
}
.ls .item .pic .pic-in:hover {
  transform: scale(1.2);
  opacity: 0.75;
}
.ls .item .title {
  position: relative;
  padding-top: 0.5em;
}
.ls .item .title a {
  text-decoration: none;
}
.ls .item .title a span {
  font-size: 1.375em;
  letter-spacing: 0.07em;
  line-height: 1.25em;
  color: #000000;
}
