.fullinsideContainer {
	background-image: url(../images/puerto-morelos-shore.webp);
	background-position: center 33%;
	background-size: cover;
}
.pmTop {
	position: relative;
	float: right;
	width: 480px;
	max-width: 40%;
	margin: 22px 0px 25px 38px;
	display: block;
}
.pmBottom {
	position: relative;
	width: 480px;
	max-width: 30%;
	margin: 15px 20px;
}
#featureList {
	positon: relative;
	width: 100%;
	margin: 24px 0px;
	padding-left: 80px
	clear: left;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#featureList .featureListData {
	positon: relative;
	width: 49%;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	list-style: none;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	display: inline-block;
}
#featureList .featureListData p {
	padding-left: 86px;
	padding-right: 12px;
	margin-top: 0px;
}
#featureList .featureListData img {
	position: relative;
	float: left;
	width: 70px;
	height: auto;
	vertical-align: baseline;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	display: block;
}
.featureListIconxxxx {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 70px;
	height: auto;
	vertical-align: baseline;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 60px;
	display: block;
}
#featureList .featureList ul {
	positon: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: circle;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	display: inline-block;
}
#featureList .featureList ul li {
	positon: relative;
	width: 100%;
	margin: 0px 0px 12px 0px;
	padding: auto;
	border: solid 1px #CCCCCC;
	list-style: none;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	display: block;
}
@media only screen and (max-width: 1300px) {
	.fullinsideContainer {
	background-position: center 25%;
	background-size: cover;
	}
}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 900px) {
	.fullinsideContainer {
	background-position: center 15%;
	background-size: cover;
	}
	.pmTop {
	position: relative;
	float: none;
	width: 450px;
	max-width: 60%;
	margin: 10px auto 30px auto;
	}
	.pmBottom {
	position: relative;
	width: 450px;
	max-width: 40%;
	margin: 15px 8px;
	}
	#featureList .featureListData {
	positon: relative;
	width: 98%;
	max-width: 700px;
	margin: 0px auto 12px auto;
	padding: 0px;
	list-style: none;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	display: inline-block;
	}
}
@media only screen and (max-width: 800px) {
	.fullinsideContainer {
	background-position: center 50px;
	background-size: cover;
	}
	.pmBottom {
	position: relative;
	width: 450px;
	max-width: 60%;
	margin: 15px auto;
	display: block;
	}
}