.local-container {
    min-height: calc(100vh - 80px);
    width: calc(100vw - 40px);
    max-height: 100%;
    width: -webkit-calc(100vw - 40px);
    margin: 60px 20px 20px 20px;
}

.showcase-container .column:nth-child(1),
.showcase-container .column:nth-child(2),
.showcase-container .column:nth-child(3),
.showcase-container .column:nth-child(4),
.showcase-container .column:nth-child(5),
.showcase-container .column:nth-child(6),
.showcase-container .column:nth-child(7),
.showcase-container .column:nth-child(8) {
  margin: 0 0 25px 0;
}

.showcase-container .column:nth-child(9) {
  margin: 0;
}

.showcase-container .column {
  height: 220px;
}

@media screen and (min-width: 360px) {
  .showcase-container .column {
    height: 260px;
  }
}

@media screen and (min-width: 375px) {
  .showcase-container .column {
    height: 275px;
  }
}

@media screen and (min-width: 414px) {
  .showcase-container .column {
    height: 314px;
  }
}

@media screen and (min-width: 768px) {
  .showcase-container .column {
    height: calc((100vh - 120px)/3);
  }

  .showcase-container .column:nth-child(1),
  .showcase-container .column:nth-child(2),
  .showcase-container .column:nth-child(3) {
    padding-bottom: 13px;
    margin: 0;
  }

  .showcase-container .column:nth-child(4),
  .showcase-container .column:nth-child(5),
  .showcase-container .column:nth-child(6) {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
  }

  .showcase-container .column:nth-child(7),
  .showcase-container .column:nth-child(8),
  .showcase-container .column:nth-child(9) {
    padding-top: 13px;
    margin: 0;
  }

}

@media screen and (min-width: 768px) {
  .local-container {
    min-height: calc(100vh - 120px);
    width: calc(100vw - 80px);
    height: -webkit-calc(100vh - 120px);
    width: -webkit-calc(100vw - 80px);
    margin: 80px 40px 40px 40px;
  }
}

.showcase-container.sgam .column {
  height: calc(100vh - 120px);
}











@media screen and (max-width: 768px) {

  .showcase-container h2 {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }





  


}

@media screen and (max-width: 1024px) { 
  /*.showcase-container .col-showcase {
    padding: 10px;
  }*/

}


.column-showcase {
  -webkit-perspective: 400px;
     -moz-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: 50% 150%; 
     -moz-perspective-origin: 50% 150%;
          perspective-origin: 50% 150%;
  height: 100%;
  width: 100%;
}

.column-showcase li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.bg {
  position: absolute; 
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 10;

  overflow: hidden;
/*  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);*/
}

.title {
  display: table;
  height: 100%;
  width: 100%;
}

.title div {
  display: table-cell;
  vertical-align: middle;
  z-index: 20;
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.title > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.column-showcase li.front,
.column-showcase li.middle,
.column-showcase li.back {
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


.column-showcase li.front {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.column-showcase li.middle {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -20px);
     -moz-transform: translate3d(0, 0, -20px);
      -ms-transform: translate3d(0, 0, -20px);
       -o-transform: translate3d(0, 0, -20px);
          transform: translate3d(0, 0, -20px);
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.3s, opacity 0.3s;
}

.column-showcase li.back {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -40px);
     -moz-transform: translate3d(0, 0, -40px);
      -ms-transform: translate3d(0, 0, -40px);
       -o-transform: translate3d(0, 0, -40px);
          transform: translate3d(0, 0, -40px);
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.2s, opacity 0.2s;
}

.no-touch .column-showcase li.middle {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0px);
     -moz-transform: translate3d(0, 0, 0px);
      -ms-transform: translate3d(0, 0, 0px);
       -o-transform: translate3d(0, 0, 0px);
          transform: translate3d(0, 0, 0px);
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.3s, opacity 0.3s;
}

.no-touch .column-showcase li.back {
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0px);
     -moz-transform: translate3d(0, 0, 0px);
      -ms-transform: translate3d(0, 0, 0px);
       -o-transform: translate3d(0, 0, 0px);
          transform: translate3d(0, 0, 0px);
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.2s, opacity 0.2s;
}

/* Hover state */
.no-touch .column-showcase:hover li.middle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -20px);
     -moz-transform: translate3d(0, 0, -20px);
      -ms-transform: translate3d(0, 0, -20px);
       -o-transform: translate3d(0, 0, -20px);
          transform: translate3d(0, 0, -20px);
}

.no-touch .column-showcase:hover li.back {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -40px);
     -moz-transform: translate3d(0, 0, -40px);
      -ms-transform: translate3d(0, 0, -40px);
       -o-transform: translate3d(0, 0, -40px);
          transform: translate3d(0, 0, -40px);
}










.sculpture {
  background: url(../../morda/img/preview/show_bg_sculpture.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.painting {
  background: url(../../morda/img/preview/show_bg_painting.jpg), #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.graphic-arts {
  background: url(../../morda/img/preview/show_bg_graphic_arts.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.decoration {
  background: url(../../morda/img/preview/show_bg_decoration.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.designer-clothing {
  background: url(../../morda/img/preview/show_bg_designer_clothing.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.stained-glass-mosaic {
  background: url(../../morda/img/preview/show_bg_stained_glass_mosaic.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.jewelry {
  background: url(../../morda/img/preview/show_bg_jewelry.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.fuckers-horses {
  background: url(../../morda/img/preview/show_bg_fuckers_horses.jpg), #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scenery {
  background: url(../../morda/img/preview/show_bg_scenery.jpg), #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* More */
.animalistic {
  background: url(../../morda/img/preview/bg_animalistic.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.cabinet {
  background: url(../../morda/img/preview/bg_cabinet.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.monumental {
  background: url(../../morda/img/preview/bg_monumental.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.stucco-decor {
  background: url(../../morda/img/preview/bg_stucco-decor.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.panel {
  background: url(../../morda/img/preview/bg_panel.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.portrait {
  background: url(../../morda/img/preview/bg_portrait.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.relief {
  background: url(../../morda/img/preview/bg_relief.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.gardening {
  background: url(../../morda/img/preview/bg_gardening.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.religious {
  background: url(../../morda/img/preview/bg_religious.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.stained-glass {
  background: url(../../morda/img/preview/bg_stained-glass.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.mosaic {
  background: url(../../morda/img/preview/bg_mosaic.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.p-painting {
  background: url(../../morda/img/preview/bg_painting.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.painting-monumental {
  background: url(../../morda/img/preview/bg_painting-monumental.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.artistic-furniture {
  background: url(../../morda/img/preview/bg_artistic-furniture.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.mirror {
  background: url(../../morda/img/preview/bg_mirror.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.accessories {
  background: url(../../morda/img/preview/bg_accessories.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.clothing {
  background: url(../../morda/img/preview/bg_clothing.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.stage-costumes {
  background: url(../../morda/img/preview/bg_stage-costumes.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.harness {
  background: url(../../morda/img/preview/bg_harness.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.saddles {
  background: url(../../morda/img/preview/bg_saddles.jpg), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}