.rooms-block span.small-caption {
	position: absolute;
	pointer-events: none;
	top: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
}

.rooms-block .owl-item .inner-carousel-item {
	position: relative;
	height: 100%;
}

.rooms-block .owl-item .background {
	height: 100%;
	width: 100%;
}

.rooms-block .owl-item .background img {
	display: block;
	width: 35vw;
	height: 100%;
	object-fit: cover;	
}

.rooms-block .owl-item .room-name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rooms-block .owl-item .room-name h2 {
	text-transform: uppercase;
	text-align: center;
}

.rooms-block .owl-item .room-name h2.sans-light {
	font-size: 33px;
	line-height: 34px;
}

.rooms-block .owl-item .room-name h2.serif-light {
	font-size: 36px;
	line-height: 38px;
}

.rooms-block .owl-item .bookingBtn {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: #2a2829;
	color: #FBEFDF;
	width: 210px;
	text-align: center;
}

.rooms-block .owl-nav {
	position: absolute;
    z-index: 2;
    top: 90px;
    width: 100%;
    padding: 0 35px;
    pointer-events: none;
}

.rooms-block .owl-nav > * {
	pointer-events: visible;
}

.rooms-block .owl-nav .owl-prev {
	float: left;
}

.rooms-block .owl-nav .owl-next {
	float: right;
}

.rooms-block .owl-nav span {
	display: block;
    color: transparent;
    width: 120px;
    height: 85px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

@media only screen and (max-width: 1280px) {
	.rooms-block .owl-nav {
		top: 50px;
	}

	.rooms-block .owl-nav span {
		width: 80px;
		height: 60px;
	}
}

@media only screen and (max-width: 850px) {
	.rooms-block .owl-item .background img {
		width: 45vw;
	}
}

@media only screen and (max-width: 740px) {
	.rooms-block .owl-item .background img {
		width: 60vw;
	}

	.rooms-block .owl-nav span {
		width: 50px;
		height: 45px;
	}
}

@media only screen and (max-width: 550px) {
	.rooms-block .owl-item .background img {
		width: 90vw;
	}

	.rooms-block .owl-nav {
		top: 65px;
		padding: 0 50px;
	}

	.rooms-block .owl-item .room-name h2.sans-light {
		font-size: 28px;
		line-height: 30px;
	}

	.rooms-block .owl-item .room-name h2.serif-light {
		font-size: 32px;
		line-height: 34px;
	}

	.rooms-block span.small-caption {
		top: 20px;
	}
}

@media only screen and (max-width: 425px) {
	.rooms-block .owl-nav {
		padding: 0 35px;
	}
}