a.svg {
 position: relative;
 display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

#lang-switcher > .row > a:hover > object {
  opacity: 0.5;
}

#lang-switcher {
  margin-top: 10px;
}

.language {
  color: #C81932 !important;
}

.divider {
  height: 20px;
  margin-top: 10px;
  border-right: 1px solid #d3d3d3;
}
