
.bigPhotoFrame{
  background-color: white;
  position: relative;
  width:810px; 
  height:610px;
  margin-left: -405px;
  left:50%;
}
.bigPhoto{
  position: absolute;
  display: inline-block;
  width:800px; 
  height:600px;
  margin-left: -400px;
  left:50%;
  top:5px;
  background-color: white;
  background: 50% 50% no-repeat;
  background-size:contain;
  transition: all 0.2s;

}



/* slider (base)
--------------------------------------------------------- */
.slideFrame {
  overflow: hidden;
}

.slideCell {
  display: block;
}

.slideGuide .slideCell {
  float: left;
  margin-right: 5px;
}
.slideGuide.up .slideCell, .slideGuide.down .slideCell {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}

/* controller */
.slideCtrl {
  position: absolute;
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.slideCtrl.left, .slideCtrl.right {
  top: 0;
  width: 90px;
  height: 100%;
}
.slideCtrl.up, .slideCtrl.down {
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
}

.slideCtrl.left {
  left: 0;
}

.slideCtrl.right {
  right: 0;
}

.slideCtrl.up {
  top: 0;
}

.slideCtrl.down {
  bottom: 0;
}

/* slider-0
--------------------------------------------------------- */
#slider-0.slideFrame .slideCell {
  width: 300px;
  height: 420px;
  padding: 10px;
}

/* slider-1
--------------------------------------------------------- */
#slider-1.slideFrame {
  position: relative;
  height:  100px;
  margin-left: 10px;
  margin-top: 20px;
}
#slider-1.slideFrame .slideCell {
  height: 90px;
  padding: 5px;
  background-color: white;
}
#slider-1.slideFrame .slideCell:hover {
  background-color: #DCDCDC;
}
#slider-1.slideFrame .slideCtrl {
  padding-top: 50px;
  color: #000;
}


@media (max-width: 768px) {
#wrapper {
  top:10vh;
}


.bigPhotoFrame{
  background-color: white;
  position: relative;
  width:360px; 
  height:477px;
  margin-left: -180px;
  left:50%;
}


.bigPhoto{
  position: absolute;
  display: inline-block;
  width:350px; 
  height:467px;
  margin-left: -175px;
  left:50%;
  top:5px;
  background-color: white;
  background: 50% 50% no-repeat;
  background-size:contain;
  transition: all 0.2s;
}

}