﻿#ninja-slider {
    width: 100% !important;
}

.provider-img {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    max-height: 80px;
    max-width: 150px;
}

.qtip-icon {
    border-radius: 50% !important;
}

.ui-icon-close {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ffffff;
    border-radius: 50% !important;
    color: #000 !important;
    font-size: 23px !important;
    font-weight: bold !important;
    height: 26px !important;
    padding-top: 0px !important;
    width: 26px !important;
    line-height: 24px !important;
}

@media (max-width: 767px) {
    #ninja-slider {
        width: 100%;
    }

    .provider-img {
        max-height: 40px;
        max-width: 75px;
    }
}