/* From: archive.php inline <style> */
.sponsor2 {
  position: absolute;
  top: 30px;
  right: 0px;
  text-align: right;
  width: 100%;
}

.sponsor2 img {
  max-width: 530px;
  width: 100%;
}

@media (max-width: 768px) {
  .sponsor2 {
    position: static;
    margin: 20px 0;
    text-align: center;
  }
}
