/*===========網路相簿===============*/
#neilalbum_block2 {
  position: relative;
  width: inherit;
  margin: 15px 0px;
}

#neilalbum_block2 #illustratebox {
  margin-top: -15px;
}

/*=======區塊滑動樣式===============*/
#neilalbum_block2 #blockstyle0 .als-container {
  position: relative;
  width: 101.6%;
  left: 0px;
  margin: 15px 0px 0px 0px;
}

#rdivfalse #neilalbum_block2 #blockstyle0 .als-container {
  position: relative;
  width: 100.9%;
  left: 0px;
  margin: 25px 0px 0px 0px;
}

#neilalbum_block2 #blockstyle0 #neilalbumcenterimg {
  position: relative;
  height: 220px;
 /* display: flex;
  align-items: center;
  justify-content: center;*/
    border-radius: 6px;
  overflow: hidden;
}
#rdivfalse #neilalbum_block2 #blockstyle0 #neilalbumcenterimg{
  height: 260px;
} 

#neilalbum_block2 #blockstyle0 #neilalbumcenterimg #transform{
  width: 100%;
  height: 100%;
}

#neilalbum_block2 #blockstyle0 #neilalbumcenterimg img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#neilalbum_block2 #blockstyle0 .thumbnail {
  position: relative;
  width: 95%;
  padding: 12px 12px;
  border: 1px solid #fb9f00;
  margin: 10px 0px 0px 0px;
  border-radius: 6px;
  transition: all .25s ease .1s;
}

#neilalbum_block2 #blockstyle0 #sorttitlebox {
  position: relative;
  margin-top: 15px;
  background: #fb9f00 url(../../img/modules/) no-repeat left top;
  height: 37px;
  padding: 2px 5px;
  color: #fffefe;
  line-height: 155%;
  overflow: hidden;
  text-align: center;
  font-size: 110%;
  transition: all .25s ease .1s;
     border-radius: 6px; 
}

#neilalbum_block2 #blockstyle0 #sorttitlebox a {
  color: #fffefe;
}

#neilalbum_block2 #blockstyle0 #titlebox {
  position: relative;
  margin: 10px 0px;
  padding: 0px 5px;
  height: 65px;
  overflow: hidden;
  font-size: 105%;
  line-height: 160%;
  text-align: center;
  transition: all .25s ease .1s;
}

#neilalbum_block2 #blockstyle0 #titlebox a {
  color: #000000;
}

#neilalbum_block2 #blockstyle0 .owl-dots {
  margin: 15px 0px 10px 0px;
}

#neilalbum_block2 #blockstyle0 .thumbnail:hover {
  border: 1px solid #4BA000;
  transform: scale(0.97, 0.97);
}

#neilalbum_block2 #blockstyle0 .thumbnail:hover #titlebox a {
  color: #3B7F00;
}

#neilalbum_block2 #blockstyle0 .thumbnail:hover #sorttitlebox {
  background: #4BA000 url(../../img/modules/) no-repeat left top;
}

#neilalbum_block2 #blockstyle0 .thumbnail:hover #transform {
  transform: scale(1.5, 1.5);
}
