.album-detail001 .album-intro .text {
    font-size: 21px;
    font-weight: bold;
    line-height: 185%;
    border-bottom: 1px #dcdcdc dashed;
    margin-bottom: 2rem;
    padding: 10px 0;
    
}

.album-detail001 .album-intro .text i {
    margin-right: 0.5rem;
}

.album-detail001 .album-photo-list .photo-card {
    position: relative;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.album-detail001 .album-photo-list .photo-card a {
    text-decoration: none;
}

.album-detail001 .album-photo-list .photo-card .photo-img-div {
    position: relative;
}

.album-detail001 .album-photo-list .photo-card .photo-img-div::before {
    content: "\f00e";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease-in;
    opacity: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 5;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.album-detail001 .album-photo-list .photo-card:hover .photo-img-div::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.album-detail001 .album-photo-list .photo-card .photo-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.album-detail001 .album-photo-list .photo-card .photo-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.album-detail001 .album-photo-list .photo-card:hover .photo-img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease-in;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.album-detail001 .album-photo-list .photo-card .photo-info {
    padding: 20px 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.album-detail001 .album-photo-list .photo-card:hover .photo-info {
    transition: all 0.3s ease-in;
    
}

.album-detail001 .album-photo-list .photo-card .photo-info .name {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 52px;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
    text-decoration: none;
}

.album-detail001 .album-photo-list .photo-card:hover .photo-info .name {
    color: #fff;
}

.album-detail001 .album-photo-link .photo-img-div {
    padding: 6px;
    
}

.album-detail001 .photo-card:hover .album-photo-link .photo-img-div {
   
    transition: all 0.3s ease-in;
}

.baguetteBox-button {
    background: rgba(0, 0, 0, 0);
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0);
}

.baguetteBox-button i{
    font-size: 2.5rem;
}