
svg {
  display: block;
  margin: auto;

}

body {
  background: #fff;
}

#container{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:250px;
	overflow: hidden;
	display:none;
		cursor: pointer;
}


#border{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	border: 1px solid black;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

#packshot{
	position: absolute;
	top: -188px;
    left: 140px;
	

}


#samsung_logo{
	position: absolute;
	top:17px;
	left:18px;
}

#galaxy_logo{
	position: absolute;
	top:17px;
	right:18px;
}

#button{
    position: absolute;
    width: 56px;
    height: 6px;
    border: 1px solid black;
    padding: 7px 15px 7px 15px;
    right: 18px;
    bottom: 37px;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50px;
}

.images{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:250px;
}

.actie{
position: absolute;
    top: 65px;
    left: 141px;
    width: 105px;
    height: 106px;
}