.logo_wa {
	width: 100px;
	text-align: right !important;
	padding: 20px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* ========== MEDIA QUERY */

@media (min-width: 992px) {

.logo_wa {
		width: 110px;
		text-align: right !important;
		padding: 20px;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
}
