.content-text {
    position: absolute;
    top: 26%;
    left: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
}
.owl-carousel .item .button-content-text {
    background-image: none;
    background: #069;
    border: 2px solid #069;
    font-size: 11px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    color: #fc0;
    font-size: 26px;
    padding: 20px 30px;
    box-shadow: none;
}
.owl-carousel .item .button-content-text:hover {
    color: #069;    
    background: #fc0;
    border: 2px solid #069;
}
.owl-carousel .owl-nav div.owl-next, .owl-carousel .owl-nav div.owl-prev {
    color: #fc0;
    border-radius: 0px;
    background: #069;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    padding: 10px 10px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fc0;
}
.owl-carousel .owl-dots {
    bottom: 5px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.owl-carousel .owl-nav div.owl-next:hover, .owl-carousel .owl-nav div.owl-prev:hover {
    color: #069;    
    background: #fc0;
    border: 2px solid #069;
}
html, body {
  overflow-x:hidden 
}
.columns .column.main {
    width: 100%;
}
.owl-theme .owl-dots .owl-dot { 
    border: none;
    box-shadow: none;
    background: none;
}

.cms-home .page-main .block {
    margin-bottom: 0px;
}