.teams-share-button.wp-plugin{
	position: fixed; 
	width: 40px; 
	height: 40px; 
	top: 50%; 
	padding: 5px; 
	background-color: #373972;
}

@media screen and (max-width: 1024px) {
    .teams-share-button.wp-plugin {
        width: 30px;
        height: 30px;
    }
}

