*{
	margin: 0;
	padding: 0;
}
.web{
	
}
.web-div{
	width: 100%;
	height: auto;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.web-div>img{
	width: 100%;
	height: auto;
}
/* .web-one{
	background-image: url(https://staticoss.bxdaka.com/tatic/images/crop_one.png);
} */
.web-bottom{
	width: 100%;
	display: block;
}
.web-btn-div{
	width: 18.33%!important;
	height: 10%!important;
	position: absolute;
	cursor: pointer;
}
.web-btn-div-two{
	left: 13.54%;
	top: 65%;
}
.web-btn-div-three{
	right: 13.54%;
	top: 62.5%;
}
.web-btn-div-four{
	top: 63.38%;
	left: 13.54%;
}
.web-btn-div-five{
	right: 13.54%;
	top: 62.5%;
}
.web-btn-div-six{
	left: 13.54%;
	top: 62.5%;
}
.web-btn-div-seven{
	top: 59.75%;
	right: 13.54%;
}
.h5{
	width: 100%;
	height: auto;
	display: none;
}
.h5>img{
	width: 100%;
	height: auto;
	pointer-events: none
}
@media (max-width: 980px)  {
	.h5{
		display: block;
	}
	.web{
		display: none;
	}
}