.cb-tagreel {
	position: relative;
    color: #7E0018;
    font-family: "Archivo Black", sans-serif;
}

.cb-tagreel-content {
	padding: 200px 0;
}

.cb-tagreel-items {
	margin: -58px 0;
	overflow: hidden;
	cursor: default;
}

.cb-tagreel-row {
	display: flex;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.cb-tagreel-item {
	position: relative;
	line-height: 100%;
	font-size: 3.75vw;
	flex: 0 0 33%;
	padding: 58px 0;
	text-transform: uppercase;
}

.cb-tagreel-item.-stroke {
	color: transparent;
	text-shadow: none;
	-webkit-text-stroke: 2px rgba(126, 0, 24, 0.2);
}

    

.cb-tagreel-item span {
	position: relative;
	display: inline-block;
	z-index: 1;
}

@media (max-width: 1100px) {
    .cb-tagreel-content {
        padding: 100px 0;
    }
}