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


.studio26 .swyoutube {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 0 60px 0;
  text-align: center;
}


@media only screen and (max-width: 600px) {
  .studio26 .swyoutube {
    margin-top: 25vw;
  }
}


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

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

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

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



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



.studio26 .swyoutube .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;
}
.studio26 .swyoutube .post .message h2 {
  font-size: 16px;
  margin: 0 0 4px 0;
}

.studio26 .swyoutube .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;
}

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

.studio26 .swyoutube .button,
.studio26 .swyoutube .button:focus {
  border: 1px solid #FFF;
  padding: 16px 64px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "AkzidGroStdBolCnd";
  color: #FFF;
}
.studio26 .swyoutube .button:hover {
  background-color: var(--s2);
  border-color: var(--s2);
}

.studio26 .button.youtube {
  border: 1px solid #FFF;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "AkzidGroStdBolCnd";
  color: #FFF;
  display: block;
  width: 215px;
  margin: 0 auto;
}
.studio26 .button.youtube:hover {
  background-color: var(--s2);
  border-color: var(--s2);
}

