/* CSS Document */
#Natural {
	overflow:auto;
	height:370px;
	min-height:400px;
	margin:0 auto;
	text-align:left;
	
}
p {
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 14px;
}
#Entertainment {
	overflow:auto;
	height:100px;
	min-height:160px;
	margin:0 auto;
	text-align:left;
	
}

#Services {
	overflow:auto;
	height:100px;
	min-height:160px;
	margin:1px;
	text-align:left;
	
	
	
}

#Animals {
	overflow:auto;
	height:150px;
	min-height:360px;
	margin:0 auto;
	text-align:left;
	
}

#Content {
	overflow:auto;
	height:100px;
	max-height:205px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
}

#ContentEntertainment {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
}

#ContentUnknown {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
}

#ContentMidYellow {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
}

#ContentServices {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentLightBlue {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentLightGreen {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentLavendar {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentMidBlue {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentMidBlue2 {
	overflow:auto;
	height:300px;
	max-height:350px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentLightBrown {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentVacationRentals {
	overflow:auto;
	height:550px;
	max-height:600px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}

#ContentAnimals {
	overflow:auto;
	height:550px;
	width:250px;
	max-height:550px;
	margin:1px;
	text-align:left;
	background:transparent;
	
}

#ContentYellow {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
}

#ContentPinkish {
	overflow:auto;
	height:100px;
	max-height:200px;
	margin:0 auto;
	text-align:left;
	background:transparent;
	
	
}
.col-table-select {
	margin: 0 auto;
}

img {
	width: 100%;
	height: auto;
}
.select-wrapper select {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 2px 0;
}

.s-wrapper {
	padding: 0 15px;
}

.logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

iframe {
	width:100% !important;
}

.iframe-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 375 / 650;
  margin: 0 auto;
  background: white;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  float: none !important;
}