@media only screen and (max-width: 600px) {
    .container-fluid {
        margin-top: 20px;
    }
    .container.one-fourth-screen {
        height: 165px!important
    }
    .container-fluid .swiper-full-screen .swiper-pagination {
        bottom: 10px;
    }
    .container-fluid .swiper-slide {
        height: 1000px;
    }
    .row.row-artikel1 {
        padding: 40px 16%!important;
    }
}