._blk.eventteaser .block {
    margin: 0 0 40px 0;
}

._blk.eventteaser p.all {
    position: absolute;
    right: 15px;
    bottom: 5px;
}
._blk.eventteaser .owl-carousel .owl-dots {
    text-align: center;
    display: block;
}

._blk.eventteaser .owl-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all 400ms ease-in; -ms-transition: all 400ms ease-in; transition: all 400ms ease-in;
    border-radius: 50%;
    cursor: pointer;
    background-color: #000000;
}

._blk.eventteaser .owl-carousel .owl-dots button.owl-dot.active {
    width: 18px;
    height: 18px;
    transform: translateY(4px);
}

._blk.eventteaser .owl-carousel .owl-dots button.owl-dot span {
    display: none;
}

@media (min-width: 992px) {

    ._blk.eventteaser h2 {
        margin: 0 0 48px 0;
    }


}