@media screen and (min-width:320px) and (max-width:991px){
    .GLP_Header img{
        /*display: none;*/
    }
    .GLP_Header {
        /*background: url(images/home-banner1.jpg);*/
        background-size: cover;
        background-position: center;
    }
}
          
          
.myHomeSwiper {
    position: relative;
    width:75%;
    max-width: 75%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.myHomeSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
}
.myHomeSwiper .swiper-slide .slide-block {
    width: 100%;
}

.myHomeSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.myHomeSwiper .swiper-slide h5{
    margin: 20px 0 10px 0;
    /*  */
    
    text-align: left;
}
.myHomeSwiper .swiper-slide p{
    margin: 5px 0 0 0;
    font-size: 16px;
    text-align: left;
}
.myHomeSwiper .swiper-pagination{
    position: relative;
    margin-top:40px;
}
.myHomeSwiper .swiper-pagination-clickable .swiper-pagination-bullet{
    background-color:rgba(0,0,0,0.5);
}
.myHomeSwiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #B4966D;
}
.myHomeSwiper .swiper-button-prev:after, .myHomeSwiper .swiper-button-next:after{
    content: '';
}
.myHomeSwiper .swiper-button-prev{
    left: 42px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}
.myHomeSwiper .swiper-button-next{
    right: 42px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}
.myHomeSwiper .swiper-button-prev img, .myHomeSwiper .swiper-button-next img{
    width: 12px;
    filter: invert(100%);
}
.myHomeSwiper .swiper-button-prev:hover,.myHomeSwiper .swiper-button-next:hover{
	background-color: rgba(255,255,255,1);
}

.myHomeSwiper .swiper-button-next.swiper-button-disabled, .myHomeSwiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
}