img{
    object-fit: cover;
}

.carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-bottom: .8em;
}

.back-btn{
    position: fixed;
    z-index: 2;
    top: 1.5em;
    left: 1.5em;
}

.back-btn button{
    border-radius: 1em;
    filter: drop-shadow(3px 3px 4px #bdbdbd);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.2px);
    -webkit-backdrop-filter: blur(3.2px);
    border: 2px solid #bdbdbd54;
    background-color: #606aa656;
    padding: .5em;
    text-transform: uppercase;
    color: #F2A88D;
    font-weight: 600;
    font-size: 1em;
}

footer{
    position: fixed;
    z-index: 6;
    background-color: #fff9f9b4;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom:0;
    width: 100%;
    height: 25px;
}

footer h4{
    margin-top: .55em;
    color: #606BA6;
    font-size: 13px; 
    font-weight: 200;
    font-weight: bold;
}

h5{
    text-transform: uppercase;
    padding: 1.3em;
}

.carousel-caption h5{
    color: #F2A88D;
    filter: drop-shadow(3px 3px 4px #201e1e);    
}