.animate-yacht{
	width: 100%;
	height: 498px;
	overflow: hidden;
	float: left;
	margin-top: -121px;
}
.frame{
	height: 500px;
	width: 100%;
	background-position: right 13%;
	background-size: 163% auto;
	background-image: url(../images/website/seasafe-yacht.jpg);
}
@-webkit-keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(1.5,1.5);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}
@keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(1.5,1.5);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}



/* Desktops and laptops */
@media (min-width:960px) and (max-width: 1056px) {

.frame{
	height: 500px;
	width: 100%;
	background-position: right 80%;
	background-size: 158% auto;
	background-image: url(../images/website/seasafe-yacht.jpg);
	background-repeat: no-repeat;
}
}

/*For browser/screen widths from 760px to 959px*/
@media (min-width:760px) and (max-width: 959px) {

.frame{
	height: 500px;
	width: 100%;
	background-position: right bottom;
	background-size: cover;
	background-image: url(../images/website/seasafe-yacht.jpg);
	background-repeat: no-repeat;
}
}

/*For browser/screen widths from 600px to 759px*/
@media (min-width:600px) and (max-width: 759px) {

.frame{
	height: 500px;
	width: 100%;
	background-position: right bottom;
	background-size: cover;
	background-image: url(../images/website/seasafe-yacht.jpg);
	background-repeat: no-repeat;
}
}

/*For browser/screen widths from 480px to 599px*/
@media (min-width:480px) and (max-width: 599px) {
.frame{
	height: auto;
	width: 100%;
	background-position: right -304px;
	background-size: cover;
	background-image: url(../images/website/seasafe-yacht.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}
}

.frame{
   -webkit-animation: zoomeffect 100s infinite;
   -moz-animation: zoomeffect 100s infinite;
   animation: zoomeffect 100s infinite;
}

.frame{
	height: 520px;
	width: 100%;
	background-position: right bottom;
	background-size: cover;
	background-image: url(../images/website/seasafe-yacht.jpg);
	background-repeat: no-repeat;
}
}

/*For browser/screen widths from 320px to 479px*/
@media (max-width: 479px) {

.frame{
	height: 500px;
	width: 100%;
	background-position: right top;
	background-size: cover;
	background-image: url(../images/website/seasafe-yacht.jpg);
	background-repeat: no-repeat;
}
}

.frame{
   -webkit-animation: zoomeffect 100s infinite;
   -moz-animation: zoomeffect 100s infinite;
   animation: zoomeffect 100s infinite;
}

.frame{
	height: 520px;
	width: 100%;
	background-position: right bottom;
	background-size: cover;
	background-image: url(../images/website/seasafe-yacht.jpg);
	background-repeat: no-repeat;
}
