.owl-theme { .owl-dots { text-align: center; bottom: 20px; position: absolute; width: 100%; .owl-dot { display: inline-block; zoom: 1; span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; } &.active, &:hover { span { background: #869791; } } } } } .owl-controls { position: absolute; width: 100%; height: 20px; top: 50%; transform: translateY(-50%); display: flex; justify-content: space-between; z-index: 2; box-sizing: border-box; padding: 0 5%; .arrow { display: block; width: 30px; height: 30px; cursor: pointer; } @media (max-width: $tabletBreakpoint) { display: none; } }