/**
 * Add your css styles here, this will be placed on the document head
**/

img.vip-member {
    height: auto !important;
    max-width: 40px !important;
    width: 40px;
    vertical-align: middle;
}
span.vip-badge {
    /* display: flex; */
    /* justify-content: center; */
    position: absolute;
    left: 45%;
    top: 0px;
    z-index: 99;
}
.single-listing.type-profile span.vip-badge {
    display: inline-flex !important;
    align-items: center;
    position: inherit !important;
}
.single-listing.type-profile img.vip-member {
    max-width: 55px !important;
    width: 55px !important;
}
@media only screen and (max-width: 768px){
.single-listing.type-profile span.vip-badge {
    display: block !important;
}
}