.background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  max-width: 50%;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 10em;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-link {
  margin-right: 4em;
  margin-bottom: 2em;
}

.social-link.last-item {
  margin-right: 0em;
}

.social-link#appleMusic{
  display:inline-block;
  overflow:hidden;
  background:url(https://tools.applemusic.com/embed/v1/app-icon.svg) no-repeat;
  width:40px;
  height:40px;
}

.div-block {
  position: relative;
  right: 0px;
  bottom: 0px;
}

.photo-block {
  margin-top: 4em;
}

@media (max-width: 767px) {
  .image {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .logo-wrapper {
    padding-right: 2em;
    padding-left: 2em;
    max-width: 100%;
  }
  .social-wrapper {
    padding-right: 2em;
    padding-left: 2em;
  }
  .image {
    max-width: 80%;
  }
}
