/* ===== Strong Reset ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.aah {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: contain;
  text-align: center;
  padding: 50px 0;
}
.aah__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.aah img {
  width: 100%;
  display: inline-block;
}
.aah a {
  display: block;
  transition: 0.3s;
}
.aah a:hover {
  opacity: 0.5;
}
.aah-yugo {
  width: 13%;
  margin-left: 4.3%;
}
.aah-insta {
  width: 4.1%;
  margin: 1em 0 0 4.3%;
}