@media (max-width: 992px) {
	.custom-slider {
		display: flex!important;
		overflow-x: scroll!important;
		scroll-snap-type: x mandatory!important;
		-webkit-overflow-scrolling: touch;
		flex-direction: row!important;
		flex-wrap: nowrap!important;
		justify-content: flex-start!important;
	}
	.zerofiveborder {
		flex-wrap: nowrap!important;
	}
	.custom-slider > div {
		flex: 0 0 auto;
		width: 100%; 
		scroll-snap-align: start;
		min-width: 100%;
	}
	.custom-slider > div {

	}
	
	.slider-dots {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
	}
	
	.dot {
		height: 10px;
		width: 10px;
		margin: 0 5px;
		background-color: #01010133;
		border-radius: 50%;
		cursor: pointer;
	}
	.dot.active {
		background-color: #B2854A;
	}

}
