@charset "UTF-8";

.swiper-container-group {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}
.swiper-slide-group {
    width: 290px;
    height: 120px;
		background-repeat:no-repeat;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.swiper-container-cm {
    width: 300px;
    height: 170px;
}
.swiper-slide-cm {
    background-position: center;
    background-size: cover;
		background-repeat:no-repeat;
}
@media screen and (max-width: 320px) {
.swiper-container-cm {
    max-width: 240px;
    height: 170px;
}

