.album-images img {
    width: auto;
}

.home-policy {
    display: none;
}

.view-album {
    font-weight: 600;
    color: red;
    font-size: 14px;
    position: relative;
}

.view-album:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: red;
    left: 0;
}

.banner-album-bottom img {
    border-radius: 15px;
}

.banner-album {
    background: #FFF5EC;
}

.banner-album-bottom .row {
    --bs-gutter-x: 1rem;
}

.bn-right>.row>.col:first-child, .bn-right>.row>.col:nth-child(2) {
    margin-bottom: calc(var(--bs-gutter-x));
}

.album-name {
    font-size: 1.2rem;
}

.album-item {
    margin-bottom: 1rem;
}

.album-info {
    margin: 0 1rem;
}

.image-item {
    margin-bottom: 3rem;
    text-align: center;
    display: block;
}

.blk-pview-title {
    font-size: 2rem;
    margin: 3rem 0;
    font-weight: 600;
}

.album-images .col {
    margin-bottom: calc(var(--bs-gutter-x));
}

.album-images>.row>div.col-md-5 img {
    height: calc(100% - (var(--bs-gutter-x)) * 5.1);
}

.album-images .row {
    --bs-gutter-x: 0.25rem;
}

.insta-item {
    position: relative;
}

.insta-item:before {
    content: "";
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    position: absolute;
    transition: all .3s;
}

.insta-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.insta-item a {
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 15px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.insta-item a:hover {
    background: #fff;
    color: #999;
}

.bn-right a img {
    height: 100%;
    object-fit: cover;
}