@media screen and (max-width:3000px){

	.slider-zoom {background:#2a2a2a;
            position: relative;
            width: 100%;
            aspect-ratio:3000/1688;
            overflow: hidden;
        }

        .zoom-title {
            position: absolute;
            top: 20px;
            left: 0;
            width: 100%;
            text-align: center;
            /*color: white;*/
            z-index: 10;
            /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
        }

        .zoom-title h1 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
        }

        .zoom-title h2 {
            /*font-size: 1.5rem;*/
            font-weight: normal;
        }

        .zoomslide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 1;
        }

        .slide-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: 100%;
            background-position: center;
            transform: scale(1.2);
            opacity: 0;
        }

        .zoom-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0;
            /*color: white;*/
            text-align: center;
            z-index: 2;
            width: 80%;
            max-width: 800px;
            /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/
        }

        .zoom-content h2 {
            /*font-size: 3rem;*/
            margin-bottom: 1rem;
        }

        .zoom-content p {
            /*font-size: 1.5rem;*/
            line-height: 1.6;
        }

.zoom_img01{width:100%;
	    background:url("../img/index76_LL.jpg") no-repeat;
            background-size:100%;aspect-ratio:3000/1688;
}
.zoom_img02{width:100%;
	    background:url("../img/index02_LL.jpg") no-repeat;
            background-size:100%;aspect-ratio:3000/1688;
}
.zoom_img03{width:100%;
	    background:url("../img/index24_LL.jpg") no-repeat;
            background-size:100%;aspect-ratio:3000/1688;
}
.zoom_img04{width:100%;
	    background:url("../img/index70_LL.jpg") no-repeat;
            background-size:100%;aspect-ratio:3000/1688;}
.zoom_img05{width:100%;
	    background:url("../img/index05_LL.jpg") no-repeat;
            background-size:100%;aspect-ratio:3000/1688;}

}

@media screen and (max-width:768px){
	.slider-zoom {background:#2a2a2a;
            position: relative;
            width: 100%;
            aspect-ratio:800/1250;
            overflow: hidden;
        }

        .zoom-title {
            position: absolute;
            top: 20px;
            left: 0;
            width: 100%;
            text-align: center;
            /*color: white;*/
            z-index: 10;
            /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
        }

        .zoom-title h1 {
            /*font-size: 2.5rem;*/
            margin-bottom: 0.5rem;
        }

        .zoom-title h2 {
            /*font-size: 1.5rem;*/
            font-weight: normal;
        }

        .zoomslide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 1;
        }

        .slide-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: 100%;
            background-position: center;
            transform: scale(1.2);
            opacity: 0;
        }

        .zoom-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0;
            /*color: white;*/
            text-align: center;
            z-index: 2;
            width: 100vw;
            max-width: 800px;
            /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/
        }

        .zoom-content h2 {
            /*font-size: 3rem;*/
            margin-bottom: 1rem;
        }

        .zoom-content p {
            /*font-size: 1.5rem;*/
            line-height: 1.6;
        }

.zoom_img01{width:100%;
	    background:url("../img/index76_MS.jpg") no-repeat;
            background-size:100%;aspect-ratio:800/1250;
}
.zoom_img02{width:100%;
	    background:url("../img/index02_MS.jpg") no-repeat;
            background-size:100%;aspect-ratio:800/1250;
}
.zoom_img03{width:100%;
	    background:url("../img/index24_MS.jpg") no-repeat;
            background-size:100%;aspect-ratio:800/1250;
}
.zoom_img04{width:100%;
	    background:url("../img/index70_MS.jpg") no-repeat;
            background-size:100%;aspect-ratio:800/1250;
}
.zoom_img05{width:100%;
	    background:url("../img/index05_MS.jpg") no-repeat;
            background-size:100%;aspect-ratio:800/1250;
}





}