
.woow-slider .swiper-container {
    width: 100%;
    height: auto;
}

.woow-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    justify-content: flex-start;
}

.woow-slider .swiper-slide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
     width: auto;        
    padding: 0 10px;    
    box-sizing: border-box;
    white-space: nowrap;
    background: #fff;  
    color: #000;         
}

.woow-slider-title {
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-height: 100px;
    max-width: 90% !important;
    padding: 0 10px;
    white-space: nowrap;
}

.generic-link-title {
    font-family: "Roboto Mono", sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.archivo-bold {
    font-family: 'Archivo', sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    text-transform: uppercase !important;
}

.roboto-mono-regular {
    font-family: 'Roboto Mono', monospace !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    text-transform: uppercase !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
}

.woow-slider .swiper-button-next.inside,
.woow-slider .swiper-button-prev.inside,
.woow-slider .swiper-button-next.outside,
.woow-slider .swiper-button-prev.outside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 1355px) {
    .woow-slider-title {
        font-size: 18px !important;
     
    }
}

@media (max-width: 768px) {


    .woow-slider .swiper-wrapper {
        justify-content: center;
    }
	
	.woow-slider-title{
		        white-space: nowrap !important; 

	}
	
	    .woow-slider-title.generic-link-title,
 {		max-width:75px !important;
        font-size: 16px;
        white-space: nowrap !important; 
    }
	.archivo-bold, .roboto-mono-regular  {
        white-space: normal !important; 
		text-align:start;
		font-size:24px !important;
}
	
}