.google_translate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.google_translate a {
	width: 24px;
	height: 18px;
	margin: 0 8px;
}
.google_translate a img {
	width: 24px;
	height: 18px;
	object-fit: cover;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}
@media screen and (max-width: 1279px) {
  .google_translate {margin-top: 16px;}
  .google_translate a, .google_translate a img {width: 32px; height: 24px;}
}
