
/* Buttons
--------------------------------------------------*/
.sp-buttons{
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.sp-button {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #666;
 }

.sp-selected-button {
    background-color: #1973b8;
    border: 1px solid #1973b8;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sp-button {
        width: 12px;
        height: 12px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .sp-button {
        width: 14px;
        height: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    .sp-buttons{
        padding-top: 5px;
    }
    .sp-button {
        width: 14px;
        height: 14px;
    }
}