.ssd-29 {
	min-height: 600px;
	background-image: url(../../files/6/exploration-background-image.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
@media screen and (min-width: 510px) and (max-width: 810px) {

.ssd-29 {
	background-repeat: repeat;
	background-position: 0% 0%;
}

}

@media screen and (min-width: 0px) and (max-width: 510px) {

.ssd-29 {
	background-image: url(../../files/6/helicopter-exploration.jpg);
	background-repeat: repeat;
	background-position: 0% 0%;
}

}

