#unit{
    height: 7.5rem;
    width: 100%;
}
#unit .swiper-container-unit {
    width: inherit;
    height: inherit;
}
#unit .swiper-container-unit .swiper-wrapper .swiper-slide{
    background: #333;
    width: 100%;
    height: 100%;
}
#unit .swiper-container-unit .swiper-wrapper .swiper-slide img{
    object-fit: cover;
}
.box{
    height: auto;
}
.box>p{
    margin: 0;
}
.box>p:nth-last-child(1){
   width: 0;
   height: 0;
}
.box>p>br{
    width: 0;
    height: 0;
}
.box>p>img{
    width: 100%;
    height: 100%;
}