#swipe_like_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.92);
  z-index: 2000;
}
#swipe_like_overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 40px;
}

#swipe_like_left_hand{
  position: absolute;
  top: 50%;
  left: 10%;
  cursor: pointer;
  color:white;
} 

#swipe_like_right_hand{
  position: absolute;
  top: 50%;
  right: 10%;
  cursor: pointer;
  color:white;
} 

#swipe_like_info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	color:white;
	background-color: rgba(0,0,0,0.8);
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	padding: 20px;
	display: none;
	text-align:center;
} 

#swipe_like_img {
	position:relative;
	top:-100%;
}

#swipe_like_start {
	padding:20px;
	text-align:center;
}

#swipe_like_love {
	position: absolute;
	top: 50%;
	padding:20px;
	text-align:center;
}
