.about__banner{
	background-image: url('../../web/images/about_banner-img.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}

.banner-height{
	height: 500px;
}

.img_frame{
	position: relative;
	overflow: hidden;
	width: 109%;
  height: 291px;
	border-radius: 5px;
}

.zoom{
	transform: scale(1.25);
}

.btn_arrow{
	background-color: #B9BABC;
	color: #fff;
	border-radius: 50px;
	padding: 8px;
	display: inline-block;
	height: 52px;
	width: 52px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
}

.owl-nav{
	display: flex;
}
