 .gif-slider .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	 flex-basis: auto ;
	 flex-grow: auto;
}
.small-slider {
	gap: 0;
}
.gif-slider {
    max-width: 600px !important;
}
.gif-arrow-column {
	position: absolute;
	top: 54%;
	width: 100%;
}
.gif-left-arrow, .gif-right-arrow {
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.gif-left-arrow {
	left: 5px;
}
.gif-right-arrow {
	right: 5px;
}

@media screen and (max-width: 405px) {
	.gif-arrow-column {
		top: 60%;
	}
	.gif-left-arrow, .gif-right-arrow {
		width: 30px;
		height: 30px;
	}
}