.know-you-can-cover-cmpnt {
  width: 100%;
  margin-top: -81px;

}

.know-you-can-cover-cmpnt>.cmpnt-inner {
  position: relative;
  /* width: 100%; */
  height: 600px;


  background-image: url('../../statics/images/know-you-can-cover/know-you-can-cover-mobile@2x.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media(min-width: 510px) {

  .know-you-can-cover-cmpnt>.cmpnt-inner {
    /* height: 850px */
    height: 650px
  }
}

@media(min-width: 768px) {

  .know-you-can-cover-cmpnt>.cmpnt-inner {
    height: 700px;
    background-image: url('../../statics/images/know-you-can-cover/know-you-can-cover-desktop@2x.jpg');
  }

}

@media(min-width: 992px) {

  .know-you-can-cover-cmpnt>.cmpnt-inner {
    /* height: 100vh; */
    height: 1000px;;
    background-image: url('../../statics/images/know-you-can-cover/know-you-can-cover-desktop@2x.jpg');
    background-position: center center;
  }

}



.know-you-can-cover-cmpnt>.cmpnt-inner2 {
  margin-top: -100px;
}

@media(min-width: 510px) {
  .know-you-can-cover-cmpnt>.cmpnt-inner2 {
    margin-top: -250px;
  }
}

@media(min-width: 768px) {

  .know-you-can-cover-cmpnt>.cmpnt-inner2 {
    margin-top: -300px;
  }
}




@media(min-width: 992px) {
  .know-you-can-cover-cmpnt>.cmpnt-inner2 {
    position: absolute;
    top: 0;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);

  }
}




/* CONTENTS  */

.know-you-can-cover-contents {
  position: relative;
}

.know-you-can-cover-title {
  margin: 0;
  font: normal bold 34px/38px 'Publico';
  color: white;
}

.know-you-can-cover-title span {
  display: block;
}

.know-you-can-cover-subtitle {
  margin-top: 20px;
}

.know-you-can-cover-title span:nth-child(1) {
  margin-left: 15px;
}

/* .know-you-can-cover-subtitle-mobile {
  position: absolute;
  bottom: 190px;
  left: 30px;
  right: 30px;
  font: normal bold 16px/24px 'Source Sans Pro';
  font-weight: 600;
  color: white;
  text-shadow: 0 0 7px rgba(0,0,0, 0.5);
  -webkit-text-shadow: 0 0 7px rgba(0,0,0, 0.5);
  -moz-text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

.know-you-can-cover-subtitle-desktop {
  display: none;
} */

@media(min-width: 510px) {
  .know-you-can-cover-title {
    font: normal bold 54px/58px 'Publico';
  }
}

@media(min-width: 768px) {

  .know-you-can-cover-contents {
    position: relative;
    width: 100%;
    ;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }

  .know-you-can-cover-contents.ready {
    opacity: 1;
  }

  .know-you-can-cover-title {
    font: normal bold 84px/88px 'Publico';
  }

  .know-you-can-cover-title span:nth-child(1) {
    margin-left: 40px;
  }

  /* .know-you-can-cover-subtitle-mobile {
    display: none;
  } */

  .know-you-can-cover-subtitle {
    display: block;
    margin-top: 30px;
    /* font-size: 24px;
    line-height: 32px; */
    font-weight: 600;
    color: white;
    /*text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);*/
  }

}

@media(min-width: 992px) {

  .know-you-can-cover-contents {
    position: absolute;
    top: calc(50vh - 130px);
    width: calc(100% - 100px);
    left: 54px;
  }

  .know-you-can-cover-title {
    font: normal bold 84px/88px 'Publico';
  }

  .know-you-can-cover-subtitle {
    margin-top: 30px;
  }

}

.nobg{
  background: none !important;
}