.owl-theme .owl-dots, .owl-theme .owl-nav {
   width: 100vw;
}

.owl-prev:before {
   font-family: ionicons;
   font-size: 22px;
   vertical-align: top;
   display: block;
   content: "\f124";
}
.owl-next:before {
   font-family: ionicons;
   font-size: 22px;
   vertical-align: top;
   display: block;
   content: "\f125";
}

.mjolby-frontpanel-carousel .owl-theme .owl-nav [class*=owl-],
.mjolby-frontpanel-carousel .owl-theme .owl-nav [class*=owl-]:hover {
   background: none;
   color: #777;
   font-weight: normal;
}

.mjolby-frontpanel-carousel .owl-theme .owl-dots {
   position: absolute;
   bottom: 8px;
   display: inline-block!important;
   left: 50vw;
   margin: 0 auto;
   max-width: 100px;
   margin-left: -50px;  
}

.mjolby-frontpanel-carousel  .owl-theme .owl-nav .owl-prev {
   margin-right: 90px;
}

.mjolby-frontpanel-carousel .owl-theme .owl-dots .owl-dot.active span {
   background: #cc0000;
}