div.productimg{ clear:both; width:100%; border:0px solid #dddddd; border-right:0 !important; margin:0 auto; font-size:14px; box-sizing: border-box;  position:relative; z-index:5;}
div.productimg  div.product_img{ height:500px; margin-bottom:0px;  background-size:cover;  background-image:url("../img/product_img1.jpg"); background-position:center top; background-repeat:no-repeat; }
div.productimg  div.product_img2{ height:500px; margin-bottom:0px;  background-size:cover;  background-image:url("../img/product_img2.jpg"); background-position:center top; background-repeat:no-repeat; }
div.productimg  div.product_img3{ height:500px; margin-bottom:0px;  background-size:cover;  background-image:url("../img/product_img3.jpg"); background-position:center top; background-repeat:no-repeat; }
div.productimg  div.product_img4{ height:500px; margin-bottom:0px;  background-size:cover;  background-image:url("../img/product_img4.jpg"); background-position:center top; background-repeat:no-repeat; }
div.productimg  div.product_img5{ height:500px; margin-bottom:0px;  background-size:cover;  background-image:url("../img/product_img5.jpg"); background-position:center top; background-repeat:no-repeat; }
div.productimg  div.product_img7{ height:500px; margin-bottom:0px;  background-size:cover;  background-image:url("../img/product_img7.jpg"); background-position:center top; background-repeat:no-repeat; }
div.productimg  {width:100%; box-sizing: border-box;  margin:0 auto;  padding-top:0px;   box-sizing: border-box; }
div.productimg div.mask {position:absolute; top:0px; background-color:#000; opacity:.1;  width:100%; height:380px; }

/* sub h2 tmt */
.cascading-text__letter {  opacity: 0;  -webkit-animation-name: enter;  animation-name: enter;}
.cascading-text__letter {  display: inline-block;  -webkit-transform-style: preserve-3d;  transform-style: preserve-3d; 
 -webkit-animation-duration: 0.9s; animation-duration: 0.9s;  -webkit-animation-fill-mode: forwards;   animation-fill-mode: forwards;}

@keyframes enter {
  0% { opacity: 0; -webkit-transform: translateY(-25px);  transform: translateY(-25px); }
  25% {  opacity: 1; }
  100% { opacity: 1;  -webkit-transform: translateY(0px);  transform: translateY(0px);  }
}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
div.productimg  div.mask { height:200px; top:0; }
div.productimg  div.product_img{ height:200px; }
div.productimg  div.product_img2{ height:200px; }
div.productimg  div.product_img3{ height:200px; }
div.productimg  div.product_img4{ height:200px; }
div.productimg  div.product_img5{ height:200px; }
div.productimg  div.product_img7{ height:200px; }
div.productimg  {  padding-top:0px;}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

