#page3 .bg {
    height: calc(100% + 300px);
    opacity: .2;
    position: absolute;
    top: -200px;
    min-width: 100%;
    object-fit: cover;
    mask-image: linear-gradient(to top, transparent 5%, black 40%);
    -webkit-mask-image: linear-gradient(to top, transparent 5%, black 40%);
}
/** */

#page3 .carousel > .album > .slide {
    overflow: hidden;
}

#page3 .carousel > .album > .slide .card:first-child {
    box-shadow: 0px 0px 7px #0000003b, inset 0px 0px 7px #ffffff5c;
}

#page3 .carousel > .album > .slide .card:last-child {
    overflow: hidden;
}

#page3 .carousel > .album > .slide .portrait {
    width: 100%;
    padding: 0 5%;
    background-color: #508794;
    padding-bottom: 4%;
    padding-top: 15%;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    overflow: hidden;
}

#page3 .carousel > .album > .slide .portrait.right {
    background-color: #7f6b38;
}

#page3 .carousel > .album > .slide.vtop {
    justify-content: flex-start;
}

#page3 .carousel > .album > .slide .portrait img:first-of-type {
    border-radius: 50%;
    height: 28px;
    box-shadow: 0 0 4px 0px #4b4b4b;
    z-index: 1;
}

#page3 .carousel > .album > .slide .portrait .bg {
    top: -200%;
    opacity: .1;
    z-index: 0;
    width: 100%;
    left: 0;
    filter: drop-shadow(2px 4px 6px black);
}

#page3 .carousel > .album > .slide .body {
    flex: 1;
    width: 100%;
    justify-content: space-evenly;
}

#page3 .carousel > .album > .slide .bottom {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

#page3 .carousel > .album > .slide .bottom >div:last-child {
    background-color: #e1e1e1;
    padding: 10% 5% 5% 10%;
    border-radius: 100% 0 0 0;
    color: #40404d;
}

#page3 .carousel > .album > .slide .bottom >div:first-child {
    background-color: #eaeaea;
    padding: 7.5% 7.5% 5% 2.5%;
    border-radius: 0 100% 0 0;
    color: #b8b8b8;
}

#page3 .carousel > .album > .slide .button {
    padding: 4%;
    background-color: #ba9025;
    flex-direction: row;
    color: white;
    border-radius: 5px;
    width: 50%;
    font-size: .75em;
}

#page3 .carousel > .album > .slide .button span {
    font-size: .75em;
}

#page3 .carousel > .album > .slide .quote {
    font-size: .65em; 
    font-style: italic;
    color: #554e0f;
}


#page3 .carousel > .album > .slide .quote .vscroll {
    font-size: 1.5em;
    margin-top: 2%;
}

#page3 .carousel > .album > .slide .quote i {
    color: gray;
}

#page3 .body .search {
    justify-content: start;
    align-items: start;
    font-size: .6em;
    color: #545454;
    gap: 0.2em;
    padding-bottom: 0.5em;
    background-color: #e5e5e5;
    border-radius: 0 0 5px 5px;
    max-width: 90%;
}

#page3 .body .search div:first-of-type {
    margin-top: .25em;
}

#page3 .body .search > div {
    margin-left: 5%;
}

#page3 .body .search i {
    position: absolute;
    bottom: 7.5%;
    right: 5%;
    color: gray;
}

#page3 .body .search input {
    max-width: 100%;
}

@media (max-width: 530px) {
    #page3 .portrait {
        font-size: .75em;
    }

    #page3 .slide .portrait img:first-of-type {
        height: 24px;
    }

    #page3 .carousel > .album > .slide .bottom {
        font-size: .75em;
    }
}