.maquee{width: var(--marquee-width);color: #eee;overflow: hidden;position: relative;left: 50%;margin-left: -50vw;background-color: white}.maquee .htl-featured-listings-wrapper .slider-content{margin-bottom: 0}.marquee-content{list-style: none;height: 100%;display: flex;animation: scrolling var(--marquee-animation-duration) linear infinite;gap: 30px}.marquee-content:hover{animation-play-state: paused}@keyframes scrolling{0%{transform: translateX(0)}100%{transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)))}}.marquee-content .slider-item{display: flex;justify-content: center;align-items: center;flex-shrink: 0;width: var(--marquee-element-width);max-height: 100%;white-space: nowrap}@media (max-width: 991px){.marquee{--marquee-width: 100vw;--marquee-height: 16vh;--marquee-elements-displayed: 2 !important}.marquee:before,.marquee:after{width: 5rem}}@media (max-width: 600px){.marquee{--marquee-width: 100vw;--marquee-height: 16vh;--marquee-elements-displayed: 1 !important}.marquee:before,.marquee:after{width: 5rem}}