.pairview_flex {
	display: flex;
	justify-content: center;
}

.pairview_flex > div{
	padding: 5px 10px;
	margin: 2px 10px;
}


.pairview_cat{
	background: #b5535d;
	color: #1c1a1a;
	padding: 7px;
	font-size:20px;
	text-align:center;
	float: left;
	width: 98%;
}
.pairview_pairs{
	/* display: flex; */
	align-items: center;
	width: 100%;
}


.pairview_pair{
	width: 415px;
	height: 133px;
	margin: 4px;
	float: left;
	/* border: 1px solid; */
}

.pairview_pair .box1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.pairview_lovers_pic{
	height: 100px;
	width: 100px;
	border-radius: 100%;
	padding: 5px;
	text-align: center;
	border: 1px solid #60111f;
	/* float: left; */
}

.pairview_lovers_pic img{
		height: 100px;
	width: 100px;
	border-radius: 100%;

}

.pairview_lovers{
	padding: 5px 10px;
	text-align: center;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 369px;
	/* float: left; */
}

.lovername{
	width: 100%;	
}

.pairview_and{
  text-align: center;
  color:#b5535d;
  z-index: 1 !important;
  opacity: .2;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
}

.pairview_options{
	/* width: 100%; */
	text-align: center;
	/* float: left; */
}
