.ow_logo_wrap a{background-image:url(https://mymatch.live/ow_userfiles/themes/theme_image_12.png)}
.ow_logo_wrap a {
    height: 44px;
}

/*Hotlist height fix*/
.ow_right.place_section .dashboard-HOTLIST_CMP_IndexWidget .users_slideshow .ow_avatar {
    aspect-ratio: 1/1;
}
.ow_right.place_section .dashboard-HOTLIST_CMP_IndexWidget .users_slideshow .ow_avatar a {
    aspect-ratio: 1/1;
}
.ow_right.place_section .dashboard-HOTLIST_CMP_IndexWidget .users_slideshow .ow_avatar a img {
    aspect-ratio: 1/1;
}
/*Hotlist height fix*/



#credits-link-history {
  display: none !important;
}

.ow_console_lang_item span {
    text-transform: uppercase;
}


/*Mobile photo*/
@media (max-width: 500px) {
    body .ow_photo_list_wrap #browse-photo .ow_photo_item_wrap {
        width: 50%;
    }
    body .ow_photo_list_wrap #browse-photo .ow_photo_item_wrap .ow_photo_item .ow_photo_pint_album img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    body .ow_photo_list_wrap #browse-photo .ow_photo_item_wrap .ow_photo_item .ow_photo_item_info_description {
        display: none !important;
    }
}
/*Mobile photo*/