.product-list {
  margin: 100px 0 0;
  padding: 50px 0;
  width: 100%;
}

.product-list .separate {
  margin: 0 15px;
  color: #27aae1;
}

.product-list .-title {
  padding: 20px 0;
  text-align: center;
}

.product-list .-title .button,
.product-list .-title h3 {
  margin: 0 0 20px;
}

.product-list .-title h3 {
  color: #27aae1;
}

.product-list .-title .-desc {
  margin: 0 0 3.25rem;
  font-size: 17px;
}

.product-list .item a {
  display: inline-block;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.product-list .item a img {
  margin: 0 0 30px;
  max-width: 100%;
  transform: scale(1);
  transition: all .2s ease-in-out;
}

.product-list .item a:hover img {
  transform: scale(1.05);
}

.product-list .item .-block {
  margin: 0 auto;
  max-width: 40em;
}

.product-list .item .-block .-contain {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(46, 61, 73, 0.2);
}

.product-list .item .-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-list .item .item-detail {
  padding: 0 0 15px;
}

.product-list .item .item-detail .-name,
.product-list .item .item-detail .-desc {
  display: inline-block;
  width: 100%;
  color: #212121;
  text-align: center;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  word-wrap: break-word;
  white-space: normal;
}

.product-list .item .item-detail .-name {
  margin: 5px 0;
  font-size: 18px;
}

.product-list .item .item-detail .-desc {
  margin: 3.25rem 0 0;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .product-list {
    margin: 64px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .product-list .item a.product-image-link {
    margin: 0 auto 30px;
    width: 75%;
  }
}

@media screen and (max-width: 543px) {
  .product-list .item a.product-image-link {
    width: 85%;
  }
}

@media screen and (max-width: 320px) {
  .product-list .item a.product-image-link {
    width: 100%;
  }
}
