
.slick_container { width: 100%; height: 100%; background:#000;}
.ga01 { width: 100%; height: 100vh; object-fit: cover;}
.ga02 { width: 100%; height: 50vh; object-fit: cover;}
.ga03 { width: 100%; height: 70vh; object-fit: cover;}
.slider_logo{ position:absolute; top: 25%; left: 40%; margin: auto; width:300px; height:50px;}


@media only screen and (max-width: 960px) {
.ga03 { width: 100%; height: 60vh; object-fit: cover;}
}

@media only screen and (max-width: 768px) {
.slick_container { width: 100%; height: 100%; background:#000;}
.ga01 { width: 100%; height: 86vh; object-fit: cover;}
.ga02 { width: 100%; height: 35vh; object-fit: cover;}
.ga03 { width: 100%; height: 35vh; object-fit: cover;}
.slider_logo{ position:absolute; top: 30%; left: 21%; margin: auto; width:230px; height:50px;}
}

