.section {
  background-image: linear-gradient(270deg, #00000080, #fff0 16%), url('../images/jacksavoretti_bg2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.socials {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

.sociallink {
  width: 16px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 380px;
  height: auto;
  margin-top: auto;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(270deg, #00000080, #fff0 16%), url('../images/jacksavoretti_bg2.jpg');
  }
}


