
.slider-wrap{
  position: relative;
  overflow: hidden;
  z-index: 1
}


.slider-wrap::before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/top/start-your-indian.png) center no-repeat;
    opacity: 1;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 2 / 1;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#slider {
    width: 100%;
    height: 100vh;
	position: relative;
}


@media(max-width:1000px){
	
	
	#slider {
		min-height: 600px;
	}
  
  .slider-wrap {
    height: calc(100vh - 80px);
  }
  
  .slider-wrap::before {
    width: calc(100vw - 30px); 
    background: url("../img/top/start-your-indian-sp.png") center no-repeat;
    background-size: cover;
    aspect-ratio: 2 / 1;
  }
	
	
}