.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 
.clearfix::after {
  clear: both;
}

.socialwall {
  width: 100%;
  background: linear-gradient(90deg, #c3151b 50%, #312e2e 50%);
  display: block;
  position: relative;
  padding: 0 0 60px 0;
  text-align: center;
}


.socialwall .headline {
  position: absolute;
  top: -10vw;
  left: 5vw;
  transform: rotate(-4.4deg);
  width: 55vw;
}

@media only screen and (max-width: 600px) {
  .socialwall {
    margin-top: 25vw;
  }
  .socialwall .headline {
    width: 90vw;
    top: -16vw;
  }
}


.socialwall:before {
  position: absolute;
  bottom: 100%;
  content: "";
  width: 110%;
  left: -5%;
  height: 8vw !important;
  background: linear-gradient(90deg, #c3151b 50%, #312e2e 5%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  margin-bottom: -1px;
}
.socialwall:after {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  content: "";
  width: 100%;
  height: 8vw !important;
  background: linear-gradient(90deg, #c3151b 50%, #312e2e 5%);
  clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  margin-top: -1px;
}

/*
.socialwall:before {
  position: absolute;
  bottom: 100%;
  content: "";
  width: 100%;
  height: 8vw !important;
  background: linear-gradient(90deg, #c3151b 50%, #312e2e 5%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  margin-bottom: -1px;
}
.socialwall:after {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  content: "";
  width: 100%;
  height: 8vw !important;
  background: linear-gradient(90deg, #c3151b 50%, #312e2e 5%);
  clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  margin-top: -1px;
}
*/

.socialwall .posts {
  width: 90%;
  max-width: 1500px;
  margin: 0 5%;
  padding: 60px 0px;
  display: inline-block;
}

.socialwall .posts a {
  display: block;
  position: relative;
  width: 31%;
  height: auto;
  padding-bottom: 31%;
  display: block;
  margin: 64px 3.5% 40px 0;
  float: left;
}
.socialwall .post {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  text-align: left;
}
.socialwall .posts a:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .socialwall .posts a {
    display: block;
    position: relative;
    width: 48%;
    height: auto;
    padding-bottom: 48%;
    display: block;
    margin: 64px 4% 40px 0;
    float: left;
  }
  .socialwall .post {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
  }
  .socialwall .posts a:nth-of-type(3n) {
    margin-right: 4%;
  }
  .socialwall .posts a:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .socialwall .posts a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    display: block;
    margin: 64px 3% 40px 0;
    float: left;
  }
  .socialwall .post {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
  }
  .socialwall .posts a:nth-of-type(3n) {
    margin-right: 0;
  }
  .socialwall .posts a:nth-of-type(2n) {
    margin-right: 0;
  }
}



.socialwall .post.youtube {
  background-size: 180% auto;
}



.socialwall .post .message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 85px;
  max-height: 111px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 0;
  overflow: hidden;
}
.socialwall .post .message h2 {
  font-size: 16px;
  margin: 0 0 4px 0;
}

.socialwall .post .header {
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  height: 65px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #FFF;
  padding: 5px;
}

.socialwall .post .header .logosvww {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 7px;
  left: 20px;
}
.socialwall a .header {
  color: #222;
}
.socialwall .post .header .text {
  position: absolute;
  top: 12px;
  left: 80px;
}
.socialwall .post .header .type {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}

.socialwall .button,
.socialwall .button:focus {
  background: white;
  border: 3px solid #b88748;
  border-radius: 5px;
  color: #b88748;
  cursor: pointer;
  padding: 0px 30px;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto 0px auto;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 700;
}


@media only screen and (max-width: 500px) {
  .socialwall .button {
    width: 90%;
    margin: 0 5%;
  }
}




