.elementor-2425 .elementor-element.elementor-element-8c63a28 > .elementor-element-populated{padding:200px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS *//*outside*/
.aigpl-album-design-1 .aigpl-img-wrp::after{
    display: none;
}

.aigpl-gallery-album .aigpl-columns .aigpl-inr-wrp{
    border: 2px solid #ccc;
    padding:10px 10px 20px 10px;
}

.aigpl-album-design-1 .aigpl-img-wrp {
    border: 0px solid #ccc;
    padding: 5px;
    z-index: 1;
}
.aigpl-album-design-1 .aigpl-img-title{
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.aigpl-album-design-1 .aigpl-img-wrp{
    height: 200px;
}

.aigpl-paging{
    padding: 60px 0 10px 0;
}

.aigpl-gallery-album-wrp .aigpl-columns{
    width: 25%;
}
/*inner*/
.aigpl-img-desc p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  color: #000;
}

#gallery .aigpl-breadcrumb-wrp{
    display: block;
    padding: 0px 10px;
    color: red;
    font-size: 20px;
}
#gallery .aigpl-breadcrumb{
 display: none;
}

.aigpl-column, .aigpl-columns{
    padding: 10px;
}

/*title*/
.aigpl-img-title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@media(max-width:680px){
    .aigpl-paging{
    padding: 30px 0 10px 0;
}
.aigpl-column, .aigpl-columns{
    width:50%;
}
}

/*image album height*/
/* 外層 */
.aigpl-album-design-1 .aigpl-img-wrp{
    position: relative;
    width: 100% ;
    height: 0;
    padding-bottom: 80%;
}
/* 內層 */
.aigpl-album-design-1 .aigpl-img-wrp .aigpl-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*image height*/
.aigpl-design-1 .aigpl-img-wrp{
    position: relative;
    width: 100% ;
    height: 0;
    padding-bottom: 80%;
}
.aigpl-design-1 .aigpl-img-wrp img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}/* End custom CSS */