.carousel-container, .sponsors-container {
    margin-top: 50px;
    display: flex;
    max-height: 600px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.sponsors-container {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.carousel-content, .sponsors-icons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.sponsors-icons {
    flex-wrap: wrap;
    justify-content: space-around;
}
.logos-i {
    min-width: 10%;
    margin-bottom: 50px;
}
.logos-i img {
    width: 100%;
    object-fit: contain;
    height: 45px;
}
.logos-i p, .carousel-i p {
    display: none;
    overflow: hidden;
}
.carousel-i{
    display: none;
    overflow: hidden;
}
.carousel-i img {
    width: 100%;
    object-fit: contain;
    height: 450px;
}
.carousel-i.active {
    display: block;
    /* width: 70%; */
}
.carousel-i.next {
    display: block;
    width: 25%;
    transform: rotateY( 60deg );
}
.carousel-i.prev {
    display: block;
    width: 25%;
    transform: rotateY( 300deg );
}

.left-button, .right-button {
    font-size: 24px;
    border: 2px solid #fff;
    padding: 10px 0 5px 0;
}
.left-button:hover, .right-button:hover {
    background-color: #eee;
    color: #13679d;
    border: 2px solid #aaa;
}
.center-content {
    width: 60%;
}
#ad_wrapper {
    display: block;
    position: fixed;
    z-index: 1000;
    overflow: visible;
    text-align: left;
    box-shadow: inset 2px 2px 2px #4187f6;
    top: 60%;
    right: 0%;
    /* color: #474559; */
    min-width: 150px;
    width: 35%;
    max-width: 250px;
    background-color: #eee;
}
#ad_wrapper a {
    color: #474559;
}
#ad_wrapper a:hover {
    color: #777589;
}
#ad_wrapper img {
    width: 100%;
    object-fit: contain;
    padding: 0 .5% 2% 2%;
    height: 100%;
}
#ad_wrapper h4 {
    margin: 2% 0 2% 3%;
}
