 
.owl-nav div {
	margin: 5px;
	background: #00000065 !important;
	color: #fff !important;
	opacity: 1 !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	position: absolute;
	top: calc(45% - 10px); 
}
.owl-nav div.owl-prev {
	display: inline-block !important;
	padding: 10px 14px !important;
	left: 0;
}
.owl-nav div.owl-next {
	display: inline-block !important;
	padding: 10px 14px !important;
	right: 0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.owl-nav{
		display:none
	}
}