/* Empty Space Trinagle */
.sbc-empty-trinagle .empty_space_image {
    width: 34px;
    height: 17px;
    margin: auto;
    border: 0;
    border-bottom: 17px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    position: relative;
    bottom: -1px;
}

@media (max-width: 767px) { 
    .sbc-empty-trinagle .empty_space_image {
        width: 24px;
        border-bottom-width: 12px;
        border-left-width: 12px;
        border-right-width: 12px;
    }
}