.row{
	display:flex;
	overflow:hidden;
	position:relative;
}
.column-40{
	width:40%;
}
.column-60{
	width:60%; 
}

@media screen and (max-width: 767px) {
	
	.row{
		display:block!important;
	}
	.column-40{
		width:100%;
	}
	.column-60{
		width:100%;			
	}
	.latest-spot .slick-prev,
	.latest-spot .slick-next{
		bottom:-20%!important;
		position:absolute;
		top:auto;
		height:auto;	
		border:none;
		padding:5px 15px 5px 15px;
		width:auto!important;

	}
	.latest-spot .slick-next{
		display:flex;
		margin-bottom:-12% !important;
		z-index:999999;
	}
}
.latest-spot .slick-slide{
	padding:0px;
}
.spot-item-lists-first,
.spot-item-lists-last{
	list-style:none;
	padding-top:35px;	
}
.latest-spot .shortdesc{
	padding:20px 0; 
}
.latest-spot .slick-prev,
.latest-spot .slick-next{
	bottom:-20%;
	position:absolute;
	top:auto;
	height:auto;	
	margin:0 25%;
	border:none;
	padding:5px 15px 5px 15px;
	width:25%;

}
.latest-spot .slick-prev:focus,
.latest-spot .slick-next:focus{
	border:none;
	outline:none!important;
}
.latest-spot .slick-prev:before,
.latest-spot .slick-next:before{
	font-family:'Font Awesome 5 Free';
	padding:10px;
}
.latest-spot .slick-next:before{
	position:absolute;
	right:30px;
	top:-2px;
}
