
.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background:#192341;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}


/********************* 客製 fancybox 縮圖位置 start ***********************/
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right : 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
/********************* 客製 fancybox 縮圖位置 end ***********************/