.collectionsTablet .blockItems {
  padding-bottom: 24px;
}
.collectionsTablet .blockItems > ul {
  position: relative;
}
.collectionsTablet .blockItems > ul > li {
  width: 100%;
  display: none;
}
.collectionsTablet .blockItems > ul > li:after {
  content: "";
  clear: both;
  display: block;
}
.collectionsTablet .blockItems > ul > li:first-child {
  display: block;
}
.collectionsTablet .blockItems > ul .nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -32px;
  left: 0;
}
.collectionsTablet .blockItems > ul .nav span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.collectionsTablet .blockItems > ul .nav span:hover {
  cursor: pointer;
}
.collectionsTablet .blockItems > ul .nav span.active {
  background-color: #ff672b;
}
.collectionsTablet .blockItems > ul .previous,
.collectionsTablet .blockItems > ul .next {
  position: absolute;
  width: 40%;
  height: 32px;
  bottom: -32px;
  text-indent: -9999px;
  cursor: pointer;
}
.collectionsTablet .blockItems > ul .previous:before,
.collectionsTablet .blockItems > ul .next:before {
  content: "";
  display: block;
  float: right;
  margin-top: 12px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -256px -112px;
  text-indent: 0;
}
.collectionsTablet .blockItems > ul .previous {
  left: 0;
}
.collectionsTablet .blockItems > ul .next {
  right: 0;
}
.collectionsTablet .blockItems > ul .next:before {
  float: left;
  background-position: -304px -112px;
}
.collectionsTablet .blockItems ul {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.collectionsTablet .blockItems ul:before,
.collectionsTablet .blockItems ul:after {
  content: " ";
  display: table;
}
.collectionsTablet .blockItems ul:after {
  clear: both;
}
.collectionsTablet .blockItems ul > li .collection.b {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 992px) {
  .collectionsTablet .blockItems ul > li .collection.b {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .collectionsTablet .blockItems ul > li .collection.b {
    padding: 0 8px;
  }
}
.collectionsTablet .blockItems ul .nav,
.collectionsTablet .blockItems ul .previous,
.collectionsTablet .blockItems ul .next {
  bottom: -40px;
}
.collectionsTablet .collection.b {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 8px;
}
.collectionsTablet .collection.b .picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.collectionsTablet .collection.b .picture i {
  height: 0;
  padding-bottom: 50%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.collectionsTablet .collection.b .picture i img {
  display: none;
}
.collectionsTablet .collection.b .picture img {
  display: none;
}
@media only screen and (min-width: 992px) {
  .collectionsTablet .collection.b {
    margin-top: 8px;
  }
}
.collectionsTablet .collection.b .picture {
  border: none;
}
.collectionsTablet .collection.b .picture .sponsorBanner img {
  display: block;
}
