@charset "utf-8";
/* CSS Document */
.snip1325 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 1000px;
  max-width: 1500px;
  height: 400px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1325 img {
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 6s ease-out;
  transition: all 6s ease-out;
	opacity: 0.8;
}


.snip1325:hover img,
.snip1325.hover img {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
/* Demo purposes only */
body {
 
}
