body{
  margin: 0;
  padding: 0;
}

.logo2{
  background: #fff;
  padding: 12px;
  border-radius: 5px;
}

.leftHalf{
  background: url(../images/tour.png) no-repeat top left;
  width: 100%;
  background-size: cover;
  height: 100vh;
  display: inline-block;
  position: relative;
}

.rightHalf{
  background: url(../images/workers.png) no-repeat top left;
  width: 100%;
  background-size: cover;
  height: 100vh;
    display: inline-block;
      position: relative;
}