.otb-442-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.otb-442-wrapper {
	height: 100%;
}

.otb-442-slide {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.otb-442-slide-inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.otb-442-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.otb-442-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}