/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2024 | 14:43:43 */
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.custom-effect-slides {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-effect-slides .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px;
}

.custom-effect-slides .swiper-slide img {
    display: block;
    width: 100%;
}