.swiper.mySwiper1{
    width: 100%;
    height: 100%;
}
.mySwiper1 .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 30px;
    background: #fff;
}
.mySwiper1 .swiper-pagination-bullet-active{
    background: #fff;
    width: 15px;
    height: 15px;
}
.mySwiper1 .swiper-pagination{
    transform: translateY(-300px);
}

@media(max-width: 450px){
    .mySwiper1 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .mySwiper1 .swiper-pagination-bullet-active{
        width: 10px;
        height: 10px;
    }
    .mySwiper1 .swiper-pagination{
        transform: translateY(-320px);
    }
}