#popUpMain {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1001;
}

.w3-round {
	width: 550px;
	height: 550px;
	background-image: url('http://vistech.co.za/Vistech%20Free%20Education%20Banner 1.png');
	background-size: cover;
	position: absolute;
	top:57%;
	left: 50%;
	transform: translate(-50%, -50%);
	 
}

@media only screen and (max-width: 600px) {
  .w3-round {
   max-width: 400px;
	height: 400px;
  }
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
    padding:6px 25px 0px 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 0px 0px 0px;
  z-index:1001;
}



@media only screen and (max-width: 600px) {
  .float {
   margin-bottom:50px;
  }
}
 