@media screen and (max-width:320px){.device-carousel-cards .owl-stage{margin-left:-80px}
}
@media screen and (min-width:321px) and (max-width:380px){.device-carousel-cards .owl-stage{margin-left:-90px}
}
@media screen and (min-width:381px) and (max-width:420px){.device-carousel-cards .owl-stage{margin-left:-100px}
}
@media screen and (min-width:421px) and (max-width:490px){.device-carousel-cards .owl-stage{margin-left:-110px}
}
@media screen and (min-width:491px) and (max-width:520px){.device-carousel-cards .owl-stage{margin-left:-120px}
}
@media screen and (min-width:521px) and (max-width:570px){.device-carousel-cards .owl-stage{margin-left:-130px}
}
@media screen and (min-width:571px) and (max-width:600px){.device-carousel-cards .owl-stage{margin-left:-140px}
}
@media screen and (min-width:601px) and (max-width:650px){.device-carousel-cards .owl-stage{margin-left:-150px}
}
.device-carousel .owl-carousel{margin:auto;width:95%}
.device-carousel-nav .arrow{border-color:#f04f23}
@media only screen and (max-width:650px){.device-carousel-nav.disabled{display:none}
.device-carousel-mobile .owl-carousel .owl-stage-outer{overflow:unset}
}
.device-carousel .owl-theme .owl-dots{bottom:-40px}
.device-carousel .device-carousel-mobile .owl-dots{display:none}
@media only screen and (max-width:650px){.device-carousel-desktop{display:none}
.device-carousel-mobile{display:block}
}
@media only screen and (min-width:651px){.device-carousel-desktop{display:block}
.device-carousel-mobile{display:none}
}