

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.btn{
		padding: 3px 7px;
		font-size: 9px;
	}
	.btn-zoomarine-wrapper{
		position: absolute; 
		top: 18%; 
		left: 42%;
	}

	.btn-dem-wrapper{
		position: absolute; 
		top: 88%; 
		left: 14%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.btn-zoomarine-wrapper{
		position: absolute; 
		top: 18%; 
		left: 46%;
	}

	.btn-dem-wrapper{
		position: absolute; 
		top: 88%; 
		left: 18%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.btn{
		padding: 5px 10px;
		font-size: 13px;
	}
	.btn-zoomarine-wrapper{
		position: absolute; 
		top: 18%; 
		left: 45.5%;
	}

	.btn-dem-wrapper{
		position: absolute; 
		top: 88%; 
		left: 17.5%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.btn{
		padding: 5px 10px;
		font-size: 13px;
	}
	.btn-zoomarine-wrapper{
		position: absolute; 
		top: 18%; 
		left: 45.5%;
	}

	.btn-dem-wrapper{
		position: absolute; 
		top: 88%; 
		left: 17.5%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.btn{
		padding: 6px 12px;
		font-size: 14px;
	}
	.btn-zoomarine-wrapper{
		position: absolute; 
		top: 18%; 
		left: 46.5%;
	}

	.btn-dem-wrapper{
		position: absolute; 
		top: 88%; 
		left: 17.5%;
	}
}


@media only screen and (min-width: 1300px) {
	.btn{
		padding: 6px 12px;
		font-size: 14px;
	}
	.btn-zoomarine-wrapper{
		position: absolute; 
		top: 18%; 
		left: 47.5%;
	}

	.btn-dem-wrapper{
		position: absolute; 
		top: 88%; 
		left: 19.5%;
	}
}