h1{
    text-align: center;
    font-size: .4rem;
    color: #9a0000;
    margin: .1333rem 0px;
}

.mySwiper{
    width: 9.6rem;
    height: 6.72rem;
    margin: .1333rem auto;
}

.mySwiper .swiper-slide .img-info{
    position: absolute;
    bottom: .6667rem;
    left: .4rem;
    max-width: 70%;
    padding: .0667rem;
    border-radius: .0667rem;
    background: rgba(0,0, 0, .5);
    color: white;
    font-size: .2933rem;
}

body, 
html{
height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

