.entry-content .nqv-gallery {
	width:100vw;
	display:flex;
}

.entry-content .nqv-gallery .stage {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	padding:0;
	gap:2%;
	width:100%;
	max-width:none;
	margin:0;
}

.entry-content .nqv-gallery.nqv-marquesina {
    width: 100vw;
	max-width: calc(100% - 160px);
    padding: 20px 0;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.entry-content .nqv-gallery.nqv-marquesina .stage {
	max-width: none;
	flex-wrap: nowrap;
	display:flex;
	gap:20px;
}

.entry-content .nqv-gallery-marquesina-container .controls {
	background-color: var(--global-color-third-gray);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5;
	width:63px;
	height:63px;
	position:absolute;
	top: calc(50% - 32px);
	z-index:2;
	cursor:pointer;
}

.entry-content .nqv-gallery-marquesina-container .controls.left {
	left:0;
	background-image:url('/wp-content/themes/nqv-base/assets/images/flecha_atras.png');
}

.entry-content .nqv-gallery-marquesina-container .controls.right {
	right:0;
	background-image:url('/wp-content/themes/nqv-base/assets/images/flecha_adelante.png');
}

.nqv-gallery-marquesina-container {
	position: relative;
	width: 100vw;
	padding: 0;
}