/********** ACCOMMODATIONS MAP **********/

.house-name.visible, .house-hover.visible {
	opacity: 1;
}


@media (min-width: 768px) and (max-width: 1170px) {
	.map-bg {
		overflow: hidden;
	}	
	
	.map-bg .link__barn,
	.house-hover__barn, .house-name__barn,
	.map-bg .link__cottage,
	.house-hover__cottage, .house-name__cottage,
	.map-bg .link__main-house,
	.house-hover__main-house, .house-name__main-house {
		margin: auto;
		left: 0;
	}
	
	/* BARN */
	.map-bg .link__barn {
		right: -62px;
	}	

	.map-bg .house-hover__barn {
		right: -52px;
	}

	.map-bg .house-name__barn {
		right: -71px;
	}

	/* COTTAGE */	
	.map-bg .link__cottage {
		right: -390px;
	}

	.map-bg .house-name__cottage {
		right: -348px;
	}

	.map-bg .house-hover__cottage {
		right: -386px;
	}	
	
	/* MAIN HOUSE */	

	.map-bg .link__main-house {
		right: -92px;
	}

	.map-bg .house-name__main-house {
		right: 226px;
	}

	.map-bg .house-hover__main-house {
		right: -42px;
	}
}

@media screen and (max-width: 767px) {
	.map-wrap .map-bg {
		background-size: 900px;
	}
	
	.map-bg .link__barn,
	.house-hover__barn, .house-name__barn,
	.map-bg .link__cottage,
	.house-hover__cottage, .house-name__cottage,
	.map-bg .link__main-house,
	.house-hover__main-house, .house-name__main-house {
		margin: auto;
		left: 0;
	}	

	/* BARN */
	.map-bg .link__barn {
		width: 220px;		
		height: 120px;		
		top: 193px;		
		right: -57px;
	}
	
	.map-bg .house-name__barn {
		width: 120px;		
		top: 127px;
		right: -67px;
	}	

	.map-bg .house-hover__barn {
		max-width: 206px;		
		top: 203px;
		right: -44px;
	}

	/* COTTAGE */	
	.map-bg .link__cottage {
		width: 200px;		
		height: 110px;		
		top: 425px;
		right: -330px;
	}

	.map-bg .house-name__cottage {
		width: 100px;
		top: 362px;
		right: -272px;
	}
	
	.map-bg .house-hover__cottage {
		width: 196px;
		top: 411px;
		right: -328px;
	}	

	/* MAIN HOUSE */	
	.map-bg .link__main-house {
		width: 360px;
		height: 160px;
		top: 532px;		
		right: -85px;
	}

	.map-bg .house-name__main-house {
		width: 110px;	
		top: 506px;		
		right: 174px;
	}
	
	.map-bg .house-hover__main-house {
		max-width: 398px;
		top: 535px;		
		right: -36px;
	}
	
	.amenity__inner .amenity__content {
		grid-template-areas: ".";
	}	
}

@media screen and (max-width: 520px) {
	body .map-wrap {
		height: 770px;
	}

	.map-wrap .map-bg {
		background-size: 800px;
		background-position: 58% 50%;
	}
	
	.map-bg .link__barn {
		width: 180px;
		height: 110px;
		top: 110px;
		right: -12px;
	}

	.map-bg .house-name__barn {
		top: 46px;
		right: -13px;
	}

	.map-bg .house-hover__barn {
		max-width: 182px;
		top: 121px;
		right: 10px;
	}

	.map-bg .link__cottage {
		top: 314px;
		right: -243px;
	}
	
	.map-bg .house-name__cottage {
		top: 258px;
		right: -198px;
	}		
	
	.map-bg .house-hover__cottage {
		width: 174px;
		top: 307px;
		right: -244px;
	}

	.map-bg .link__main-house {
		width: 310px;
		height: 140px;
		top: 419px;
		right: -26px;
	}	
	
	.map-bg .house-name__main-house {
		top: 384px;
		right: 215px;
	}		
	
	.map-bg .house-hover__main-house {
		max-width: 356px;
		top: 417px;
		right: 16px;
	}	

	.map-bg .house-name, .map-bg .house-hover{
		display: none;
		visibility: hidden;
	}
}
