#background-outer-container {
	background: url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/shark-solo.png),
url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/ray-solo.png);
	background-attachment: scroll,scroll;
	/*background-position: 32% 9%, right 8%;*/
	background-position: 32% 86px, right 68px;
	background-repeat: no-repeat;
	background-size: 804px 320px, 513px 463px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

@media (max-width: 1500px) {
	#background-outer-container {
	   background: url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/shark-solo.png),
url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/ray-solo.png);
        background-attachment: scroll,scroll;
        background-repeat: no-repeat;
		/*background-position: 32% 9%, right -18%;*/
		background-position: 32% 86px, right -140px;
		background-size: 804px 320px, 513px 463px;
	}
}

@media (max-width: 1300px) {
	#background-outer-container  {
	   background: url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/shark-solo.png),
url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/ray-solo.png);
        background-attachment: scroll,scroll;
        background-repeat: no-repeat;
		/*background-position: 18% 9%, 79% -8%;*/
		background-position: 18% 86px, 79% -74px;
		background-size: 723px 288px, 384px 347px;
	}
}

@media (max-width: 1200px) {
	#background-outer-container  {
	   background: url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/shark-solo.png),
url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/ray-solo.png);
        background-attachment: scroll,scroll;
        background-repeat: no-repeat;
		/*background-position: 18% 9%, 79% 2%;*/
		background-position: 18% 86px, 79% 22px;
		background-size: 530px 211px, 192px 173px;
	}
}

@media (max-width: 768px) {
	#background-outer-container  {
	   background: url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/shark-solo.png),
url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/ray-solo.png);
        background-attachment: scroll,scroll;
        background-repeat: no-repeat;
		/*background-position: 18% 9%, 79% 2%;*/
		background-position: 18% 86px, 79% 22px;
		background-size: 402px 160px, 192px 173px;
	}
}

@media (max-width: 719px) {
	#background-outer-container  {
	   background: url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/shark-solo.png),
url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/ray-solo.png);
        background-attachment: scroll,scroll;
        background-repeat: no-repeat;
		/*background-position: 30% 5%, 79% 2%;*/
		background-position: 18% 120px, 79% 22px;
		background-size: 201px 80px, 192px 173px;
	}
}

@media (max-width: 414px) {
	#background-outer-container  {
	   background: url(http://greaterclevelandaquarium.com/wp-content/themes/aquarium/images/shark-solo.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
		/*background-position: 70% 20vh;*/
		background-position: 70% 118px;
		background-size: 201px 80px;
		bottom: -800px !important;
	}
}

@media (max-width: 1024px) and (min-width: 720px) {
	
	#main-menu a {
			display: block;
			font-size: calc(8px + 11*(100vw - 320px)/640) !important;
		}
	#home-buy-tickets.home-top-feature {
		font-size: calc(14px + 14*(100vw - 320px)/640) !important;
	}
}
