[data-element="coloring-book-slider"] [data-element="video-container"] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    background-color: #000;
    margin-bottom: 45px;
    cursor: pointer;
}

[data-element="coloring-book-slider"] [data-element="video-container"] video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.owl-nav {
    border: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border: 0;
    margin: -20px 0 0;
    box-shadow: none !important;
    display: block;
    background-color: transparent;
    background-image: url(../images/bg_direction_nav.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    transition: all .3s ease;
    height: 100%;
    margin: 0px 0 0;
    box-shadow: none !important;
    display: block;
    background-color: rgba(255, 255, 255, .7);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    opacity: 1;
    background-position: 1px;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {

    background-position: -29px;
    left: auto;
    right: 0;
}
/*# sourceMappingURL=homepage.css.map */