.sitecast-slideshow {
    text-align: center;
    margin: 20px auto;
}

.slide-container1 {
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.slide-container1 img {
    max-width: 100%;
    max-height: 100%;
    width: 180px;
    padding: 20px;
}

.slide-container2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.slide-container2 img {
    max-width: 1050px;
    width: 1050px;
    height: auto;
    padding: 0px;
}

.slide-controls {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

i {
    color: #25b800;
    font-size: 3vw;
}

i:hover {
    color: #32f701;
}
