.jk-carousel {
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .jk-carousel .slides-container {
        height: 100%;
        position: relative;
        justify-content: center;
        margin: auto
    }

        .jk-carousel .slides-container .slide .ng-scope img:first-child {
            max-width: 100%;
            max-height: 100%;
        }

    .jk-carousel .left-arrow-button {
        position: absolute;
        margin-left: -240px !important;
        top: 380px;
        bottom: 0;
    }

    .jk-carousel .right-arrow-button {
        position: absolute;
        margin-right: 150px !important;
        top: 380px;
        bottom: 0;
    }

    .jk-carousel .right-arrow-button {
        right: 0;
    }

    .jk-carousel .md-icon-button {
        width: 48px;
        height: 48px;
        margin: 0;
        padding: 0;
    }

        .jk-carousel .md-icon-button md-icon {
            color: #ffffff;
            width: 48px;
            height: 48px;
            font-size: 48px;
            cursor: pointer;
            outline: none !important;
        }

    .jk-carousel .radio-buttons-container {
        position: absolute;
        bottom: 0;
        margin-bottom: 50px;
        width: 100%;
    }

        .jk-carousel .radio-buttons-container md-radio-button {
            margin-right: 5px;
            outline: none;
        }

            .jk-carousel .radio-buttons-container md-radio-button .md-off {
                border-color: #7b7b7b;
            }
