.google-photos-carousel-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.album-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    padding: 1em 2em;
    color: white;
    z-index: 10;
    text-align: left;
    background-color: #192e23a8;
}

.album-title {
    font-size: 1.5em;
    margin: 0;
}

.google-photos-carousel-wrapper {
    max-height: 400px;
    overflow: hidden;
    background-color:#000
}

.swiper.google-photos-carousel {
    max-height: 400px;
}

.swiper-slide.swiper-slide-next {}

.swiper-slide, 
.swiper-slide img {
    max-height: 400px;
    object-fit:contain;
}

h2.album-title {
    font-size: 42px;
    color: #fff;
}

.album-overlay-content {
    position: absolute;
    bottom: 50px;
}

a.gpc-button {
    background-color: #ffffff;
    padding: 10px 10px;
    color: #192e23;
    border-radius: 10px;
    margin-right: 10px;
}

.gpc-button-container {
    margin-top: 20px;
}

.elementor-widget-google_photos_carousel {
    border-radius: 15px;
    overflow: hidden;
    max-height: 400px;
}