.dvd_mywhatsapp {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-55%); /* 55% to move it slightly off center to ensure the sign in icon is visible on smaller devices */
    /*width: calc(100% - 160px); /* 100% width minus 80px on each side - this overlaps the contact & sign in links so that they don't work*/
	width: 140px; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; /* Ensures padding and border are included in the total width and height */
    z-index: 1000;
    margin-top: 7px;
}

.dvd_mywhatsapp_img {
    max-width: 100%;
    max-height: 45px; /* Ensures the image never exceeds a height of 45px */
    height: auto;
    width: auto;
}