.swiper {
    width: 600px;
    height: 300px;
}

.Logo {
    content: "";
    width: 5rem;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/images/loading.gif);
    height: 5rem;
}