@media screen and (min-width: 769px) {
  .bnr2 {
    position: absolute;
    top: 14vw;
    left: 50%;
    margin-left: 270px;
    width: 210px; }
    .bnr2 > * {
      display: inline-block; }
    .bnr2 a:hover img {
      opacity: .8; }
    .bnr2 * + a {
      margin-top: 20px; } }
@media screen and (max-width: 768px) {
  .bnr2 {
    text-align: center;
    margin-bottom: 30px; }
    .bnr2 * {
      display: inline-block; }
    .bnr2 * + a {
      margin-top: 25px; } }
