.swiper-container {
    width: 100%;
}  
.swiper-slide img{
    width:100%;
}

/* PC-------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    /* big banner */
    .swiper-word{
        font-size: 20px;
        color: white;z-index: 9999;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        bottom:0;
        width:100%;
        text-align: center;
        padding: 10px;
    }
    .swiper-roomtype{
        font-size: 16px;
        color: white;z-index: 9999;
        background-color: black;
        position: absolute;
        bottom:0;
        width:100%;
        text-align: center;
        padding: 5px;
    }
    .room-word{
        width:100%;
        font-size: 16px;
        color: #555555;
        display: inline-block;
        padding-top:20px;
        padding-bottom: 20px;
    }
    .room-content{
        width:25%;
        float: left;
    }
    .room-content p{
        margin-left: 30%;
    }
}

/* IPAD-------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* big banner */
    .swiper-word{
        font-size: 14px;
        color: white;z-index: 9999;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        bottom:0;
        width:100%;
        text-align: center;
        padding: 7px;
    }
    .swiper-roomtype{
        font-size: 10px;
        color: white;z-index: 9999;
        background-color: black;
        position: absolute;
        bottom:0;
        width:100%;
        text-align: center;
        padding: 3px;
    }
    .room-word{
        width:100%;
        font-size: 14px;
        color: #555555;
        display: inline-block;
        padding-top:20px;
        padding-bottom: 20px;
    }
    .room-content{
        width:33.33%;
        float: left;
    }
    .room-content p{
        margin-left: 30%;
    }
}

/* mobile-------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    /* big banner */
    .swiper-word{
        font-size: 10px;
        color: white;z-index: 9999;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        bottom:0;
        width:100%;
        text-align: center;
        padding: 5px;
    }
    .swiper-roomtype{
        font-size: 6px;
        color: white;z-index: 9999;
        background-color: black;
        position: absolute;
        bottom:0;
        width:100%;
        text-align: center;
        padding: 2px;
    }
    .room-word{
        width:100%;
        font-size: 12px;
        color: #555555;
        display: inline-block;
        padding-top:20px;
        padding-bottom: 20px;
    }
    .room-content{
        width:50%;
        float: left;
    }
    .room-content p{
        margin-left: 30%;
    }
}