/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }

body {
  background-color: #F3F1F2;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Kanit', sans-serif;
}

.flex-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.images {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 60%;

  margin-top: 10vh;
}

.image {
  width: 48%;
  margin-bottom: 4%;
}
.image img {
  width: 100%;
}
.title {
  text-transform: uppercase;
  width: 546px;
  margin-top: 72px;
}
.title .super {
  font-weight: 500;
  font-size: 36px;
}
.title .fat {
  font-weight: 900;
  font-size: 72px;
  line-height: 85%;
}
.title .sub {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
  color: #C24D80;
  margin-top: 16px;
}

.date {
  max-width: 90%;
  font-weight: 500;
  font-size: 24px;
  margin-top: 36px;
}

.text {
  width: 518px;
  margin-top: 101px;
}
.text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 150%;
}

.bakter--wrapper {
  width: 646px;
}
.bakter {
  width: 100%;
  padding-bottom: 52.31%;
  position: relative;
}
.bakter .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 1;
}
.bakter img {
  position: absolute;
  width: 100%;
  top: 0;left: 0;
  z-index: -1;
}
.bakter span {
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 10px;
  width: 80%;
  text-transform: uppercase;
}
.cta {
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  width: 482px;
  margin-top: 112px;
}
.links {
  color: #C24D80;
  margin-top: 125px;
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
}
.links a {
  text-decoration: none;
  color: #C24D80;
}
.logo {
  margin-top: 90px;
  margin-bottom: 130px;
  display: block;
}
.logo svg {
  max-width: 100%;
}


@keyframes cycle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  /*.images {
    width: 100%;
    padding-bottom: 140.42%;
    position: relative;
    display: block;
    margin-top: 0;
  }
  .image {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;left: 0;
  }*/
  .images {
    width: 100%;
    /*padding-bottom: 140.42%;*/
    position: relative;
    /*display: block;*/
    margin-top: 0;
  }
  .image {
    /*position: absolute;*/
    width: 50%;
    margin-bottom: -2px;
  }
  /*.image:nth-child(1){
    animation: 3s linear  alternate infinite cycle;
  }
  .image:nth-child(2){
    animation: 3s linear alternate-reverse infinite cycle;
    
  }
  .image:nth-child(3){
    display: none;
  }
  .image:nth-child(4){
    display: none;
  }*/

  .title {
    width: 90%;
    margin-top: 15vw;
  }
  .title .super {
    font-size: 7vw;
  }
  .title .fat {
    font-size: 14vw;
  }
  .title .sub {
    font-size: 5vw;
    line-height: 113%;
  }
  .text {
    width: 96%;
    margin-top: 14vw;
  }
  .bakter--wrapper {
    width: 90%;
  }
  .bakter span {
    line-height: 160%;
    font-size: 3vw;
  }
  .cta {
    font-size: 4vw;
    width: 90%;
  }
  .links {
    font-size: 18px;
    width: 90%;
    margin-top: 18vw;
  }
  .logo{
    max-width: 80%;
    margin-top: 10vw;
  }
}

@media screen and (max-width: 500px) {
  .bakter--wrapper {
    margin-top: 25vw;
  }
  .bakter span {
    font-size: 16px;
  }
  .cta {
    font-size: 18px;
  }
  .date {
    font-size: 6vw; 
  }
  
}