@media (max-width: 768px) {

    .xd_wqo_home_video_slider {
        position: absolute;
        top: 110px !important;
        width: auto !important;
    }


    .xd-wqo-home-mobile {
        position: relative;
    }
    
    .xd_wqo_home_video_slider_mobile {
        position: absolute;
        background-color: transparent; 
        display: block;
        width: 100%;
        top:0;        
    } 
    
    .xd_wqo_home_video_slider_background {
        background-color: rgba(0,0,0,0.5);
        padding-top: 10px;
        margin-top: 20px;
    }

    .xd-woq-home-slider-h1 {	
    	font-weight: 900;
        letter-spacing: 0px;
        font-size: 1.8em;
        line-height:inherit;
        
    }

    .xd-woq-home-slider-p {	
        font-family: 'Montserrat', sans-serif;
    	font-weight: normal;
        letter-spacing: 0px;
        line-height:inherit;        
        font-size: 1.3em;
        color: white;
    }
    
.xd-woq-home-slider-cta {
	font-size: 10px;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
    position: relative;
    width: auto;
    transition: all ease 0.5s !important;
    border-radius: 0px; 
	background: #FF4B39;
    margin: 10px 0px;
}
    
.carousel-control-next{
    right: 0px;
    display: none;
}

.carousel-control-prev{
    left: 0px;
    display: none;    
}

.carousel-control-prev-icon {
    background-color: transparent !important;
}

.carousel-control-next-icon {
    background-color: transparent !important;
}

.carousel-indicators {
    background-color: transparent !important;
    bottom: 20px;
}


.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	width: 40px;
    height: 2px;
    margin-right: 20px;
    margin-left: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ff4b39;
    border-radius: 0%;
    border: 1px solid #ff4b39;
    opacity: 1;
    background: #ff4b39;
}

.carousel-indicators .active {
    background-color: white !important;
    border: 1px solid white;;    
}

.xd_wqo_home_video_slider_promo {
    position: absolute;
    top: 40px !important;
}

#wqo-home-slider-main-mobile .carousel-control-prev-icon {
    background-color: transparent !important;
}

#wqo-home-slider-main-mobile .carousel-control-next-icon {
    background-color: transparent !important;
}

#wqo-home-slider-main-mobile .carousel-control-next-icon {
	 background-image: url(/site/uploads/es/images/white-right.png);
}

#wqo-home-slider-main-mobile .carousel-control-prev-icon {
	 background-image: url(/site/uploads/es/images/white-left.png);
}

#wqo-home-slider-main-mobile .carousel-control-next-icon, 
#wqo-home-slider-main-mobile .carousel-control-prev-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    z-index: 9999;
}

#wqo-home-slider-main-mobile .carousel-control-next{
    right: 40px;
}

#wqo-home-slider-main-mobile .carousel-control-prev{
    left: 40px;
}


#wqo-home-slider-main-mobile .carousel-caption {
    position: absolute;
    color: #fff;
    height: fit-content;
    padding: 0 !important;
    margin: 0 !important;
}


.wqo-home-slider-main-mobile-image {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: white !important;
}

.xd_wqo_home_video_slider button {
	float: left;
    font-size: 10px;
    letter-spacing: 1px;
    width: 35%;
}



} /* max-width: 768px */


/* ipadPro Only Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      
    .xd_wqo_home_video_slider {
        display: block;
        position: absolute;
        width: 80%;
        text-align: center;
        z-index: 100;
        top: 20%;
        left: 10%;
        transform: translateY(-50%);
        background-color: rgba(0,0,0, 0.2);
        padding-top: 10px;
        padding-bottom: 10px;
    }   

} // ipadPro Only Portrait


