.qb-carousel {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.qb-carousel .slides-container {
    height: 100%;
    position: relative;
}

.qb-carousel .slides-container .slide img:first-child {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.qb-carousel .slides-container .slide .slide-title {
    position: absolute;
    background: #0000009e;
    color: white;
    top: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: smaller;
}

.qb-carousel .left-arrow-button,
.qb-carousel .right-arrow-button {
    position: absolute;
    margin: auto !important;
    top: 0;
    bottom: 0;
}

.qb-carousel .right-arrow-button {
    right: 0;
}

.qb-carousel .md-icon-button {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.qb-carousel .md-icon-button md-icon {
    width: 48px;
    height: 48px;
    font-size: 48px;
    cursor: pointer;
    outline: none !important;
}

.qb-carousel .radio-buttons-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow-x: auto;
    height: 60px;
    background: #fff5;
}

.qb-carousel .radio-buttons-container md-radio-button {
    margin-right: 0;
    outline: none;
    width: 20px;
}

.qb-carousel .radio-buttons-container md-radio-button .md-off {
    border-color: #ffffff;
}