.data-center .thumbnail-icon {
    display: block!important;
    position: absolute!important;
    top: .2rem!important; /* Adjust as necessary */
    left: auto!important;
    right: .2rem!important; /* Adjust as necessary */
    width: 1.15rem!important; /* Icon size */
    height: 1.15rem!important; /* Icon size */
    z-index: 1!important; /* Ensure it's above other content */
    background-color: var(--icon-bg)!important;
    padding: .2rem!important;
    border-radius: 4px!important;
}