@charset "utf-8";
.myHomeSwiper {height: 540px;overflow: hidden;position: relative}
.myHomeSwiper .p{position:absolute;z-index:10;font-size: 40px!important;left:20%;top:43%;text-shadow: 0 0 2px #000;color:#fff;font-weight: bold;font-family: Montserrat;}
.myHomeSwiper .swiper-slide{height: 540px;background: no-repeat center center;background-size: cover}
.myHomeSwiper .bg{width: 100%;height: 100%;background: rgba(0,0,0,0.4);position: absolute;top:0;left:0;z-index: 0}
.myHomeSwiper .swiper-slide-one{background-image: url("https://www.jemic.com/wp-content/uploads/2023/03/cell-phone-locker.webp")}
.myHomeSwiper .swiper-slide-two{background-image: url("https://www.jemic.com/wp-content/uploads/2026/01/rfi-shielding.webp")}
.myHomeSwiper .swiper-slide-three{background-image: url("https://www.jemic.com/wp-content/uploads/2023/03/credit-card-sleeve.webp")}
.swiper-pagination-bullet{background: #fff}
@media (max-width:768px){
    .myHomeSwiper {height: 300px;}
    .myHomeSwiper .swiper-slide{height: 300px;}
    .myHomeSwiper .p{line-height: 1.3;font-size: 22px!important;top:40%;margin-right: 10%}
}