/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-animatikon-scrollslider {
	// border: 1px solid #f00;
	overflow: hidden;
	box-sizing: border-box;

	.container {
		// border: 1px solid #5a5;
		margin-left: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: max-content;

		&.has-vertical-align-top {
			align-items: flex-start;
		}
		&.has-vertical-align-middle {
			align-items: center;
		}
		&.has-vertical-align-bottom {
			align-items: flex-end;
		}

	}
}
