.trustbox-container {
  position: fixed;
  bottom: 10px;
  right: -48px;
  z-index: 999999;
  opacity: .7;
  transition: all .25s ease-in-out;
}

.trustbox-container:hover {
  opacity: 1;
  transition: all .25s ease-in-out;
}

.trustbox-container iframe {
  max-height: 38px;
  min-width: 220px;
}

body .header-full .logo img {
  max-width: 130px !important;
}