.ys-marquee {
    overflow: hidden;
    width: 100%;
}

.ys-marquee-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.ys-marquee-item {
    margin-right: 48px;
}

.ys-marquee-text {
    font-size: 16px;
    color: #FFF;
}
@media only screen and (min-width: 768px) {
	.ys-marquee-text {
		font-size: 14px;
	}
}

.ys-marquee a {
    text-decoration: none;
}