/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Sawarabi+Mincho|Sunflower:300,700|Trirong:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
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;
}

sup {
	font-size: 70%;
}

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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Light";
  src: url("fonts/DINPro-Light.eot");
  src: url("fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Light.woff") format("woff"), url("fonts/DINPro-Light.ttf") format("truetype"), url("fonts/DINPro-Light.svg#DINPro-Light") format("svg");
}

@-webkit-keyframes titleflash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes titleflash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*----landing page-----*/
body {
  background: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
  background: #000;
}

#header {
  position: relative;
  z-index: 100;
  background: #000;
}

#toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
  position: relative;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  background: ragb(255, 255, 255, 0.5);
  right: 0;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  text-align: left;
}

#toolbar li a {
  color: #fff;
  dislpay: block;
}

#toolbar li:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #ccc;
  vertical-align: middle;
  margin-right: 10px;
}

#toolbar li:hover {
  right: 0;
}

#toolbar li:hover .svg {
  fill: #999;
}

#empower {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 16px;
  color: #333;
  position: relative;
  background: url(https://asset.msi.com/event/nb/2018/empower-creativity/images/PrestigeNB.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  /*navmenu*/
  /*kv*/
  /*vd*/
  /*pd*/
}

#empower .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

#empower .container h2.title {
  font-size: 46px;
  padding-bottom: 20px;
  color: #000;
}

#wearecreators {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 16px;
  color: #333;
  position: relative;
  /*master*/
}

#wearecreators .container {
  padding: 5rem 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

#wearecreators .container h2.title {
  font-size: 40px;
  padding-bottom: 25px;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media screen and (max-width: 960px) {
  #empower .container h2.title {
    font-size: 30px;
  }
}

#empower .container p {
  line-height: 30px;
  padding-bottom: 35px;
}

#empower .navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 100;
}

#empower .navmenu a {
  width: 50%;
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #ccc;
  color: #666;
}

#empower .navmenu a:last-child {
  border-left: #ccc 1px solid;
}

#empower .navmenu a.active, #empower .navmenu a:hover {
  background: #eee;
  color: #333;
}

#empower #kv {
  background: url(https://asset.msi.com/event/nb/2018/empower-creativity/images/kv-bg.jpg) top center repeat-x;
}

#empower #kv .kvbox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#empower #kv .kvbox img {
  width: 100%;
}

#empower #kv .img {
  position: relative;
}

#empower #kv .title, #empower #kv .boy, #empower #kv .pd {
  position: absolute;
  top: 0;
  left: 0;
}

#empower #kv .intel {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 20%;
  text-align: right;
}

@media screen and (max-width: 960px) {
  #empower #kv {
    display: none;
  }
}

#empower #kvm {
  display: none;
}

@media screen and (max-width: 960px) {
  #empower #kvm {
    display: block;
  }
}

#empower #video {
  padding: 3em 0;
}

#empower #video p strong {
  font-weight: bold;
}

#empower .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#empower .video-container iframe,
#empower .video-container object,
#empower .video-container embed,
#empower .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#empower .vdflex {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  border-bottom: #ccc 1px dashed;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  #empower .vdflex {
    display: block;
  }
}

#empower .vd:hover .item {
  opacity: 0.5;
}

#empower .vd .item a {
  position: relative;
  display: block;
}

#empower .vd .item a .img {
  position: relative;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  z-index: 1;
}

#empower .vd .item a .btplay {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
}

#empower .vd .item a .btplay .material-icons {
  font-size: 80px;
}

#empower .vd .item:hover {
  opacity: 1;
}

#empower .vd .owl-nav {
  
  font-size: 50px;
  font-weight: bold;
  color: #999;
}

/*#empower .vd .owl-nav .owl-prev {
  left: -30px;
  top: 32%;
}*/

#empower .vd .owl-dots {
  margin-top: 20px;
  display: block;
}

#empower .vd .owl-dots .owl-dot {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  outline: none;
}

#empower .vd .owl-dots .owl-dot.active {
  background: #999;
}

#empower #product {
  padding: 3em 0;
}

#empower #product .pdbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#empower #product .pdbox .item {
  width: 50%;
}

#empower #product .pdbox .item img {
  vertical-align: bottom;
}

#empower #product .pditem {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#empower #product .pditem .item {
  position: relative;
  z-index: 1;
  width: 40%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#empower #product .pditem .item::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background: #eee;
  width: 100%;
  height: 100%;
  top: 18%;
  left: 0;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#empower #product .pditem .item .pd img, #empower #product .pditem .item .title img {
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

#empower #product .pditem .item .title {
  position: absolute;
  right: 5%;
  top: 0;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#empower #product .pditem .item .pd img {
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  position: relative;
  top: 15px;
  left: 0;
}

#empower #product .pditem .item:hover::before {
  background: #efefef;
}

#empower #product .pditem .item:hover .title {
  right: 6%;
}

#empower #product .pditem .item:hover .pd img {
  left: 5px;
}

#empower #product .pditem .active {
  width: 60%;
}

#empower #product .pditem .active::before {
  background: #f6f4f4;
  top: 18%;
}

#empower #product .pditem .active .pd img, #empower #product .pditem .active .title img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#empower #product .pditem .active .pd img {
  top: 0px;
}

#empower #product .pditem .active .title {
  right: 20%;
}

#empower #product .pditem .active:hover::before {
  background: #f6f4f4;
}

#empower #product .pditem .active:hover .pd img {
  top: 0px;
  left: 0;
}

#empower #product .pditem .active:hover .title {
  right: 20%;
}

#empower #product .pditembox {
  background: #f6f4f4;
}

#empower #product .pdimgbox {
  padding: 3rem 0 4rem;
}

#empower #product .pdimgbox h3 {
  padding: 15px 0 30px;
  font-size: 40px;
  position: relative;
}

#empower #product .pdimgbox h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #999;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  #empower #product .pdimgbox h3 {
    font-size: 26px;
  }
}

#empower #product .pdimgbox .bt {
  padding-top: 35px;
}

#empower #product .pdimgbox .bt a {
  color: #333;
}

#empower #product #pdloop-ps65, #empower #product #pdloop-ps63 {
  display: none;
}

#empower #create-for-holiday,
#empower #creation-gallery {
  padding: 2rem 0 3rem;
}

/*.owl-carousel*/
.owl-carousel {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}

.owl-carousel .item {
  padding: 0 !important;
  margin: 0 !important;
}

.owl-carousel img {
  vertical-align: bottom;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 45%;
  left: 30px;
  color: #fff;
  font-size: 120px;
  z-index: 50;
  outline: none;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  color: #f00;
}

@media screen and (max-width: 960px) {
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    display: none;
  }
}

.owl-carousel .owl-next {
  left: auto;
  right: 30px;
}

.owl-dots {
  display: none;
}

.btsty {
  background: none;
  border: #999 1px solid;
  border-radius: 5px;
  width: 100%;
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  outline: none;
}

.btsty span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1em 2em;
  display: inline-block;
}

.btsty:hover {
  background-color: #ccc;
  color: #fff;
}

/** masters **/

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #wearecreators .container h2.title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1366px) {
  #wearecreators .container h2.title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  #wearecreators .container h2.title {
    font-size: 30px;
  }
}

@media screen and (max-width: 960px) {
  #wearecreators .container h2.title {
    font-size: 26px;
    padding-bottom: 25px;
  }
}

#wearecreators .container p {
  line-height: 30px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  #wearecreators .container {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 960px) {
  #wearecreators .container {
    padding: 2rem 0;
  }
}

#wearecreators #master {
  padding: 2rem 0 4rem;
  background: url(https://storage-asset.msi.com/event/nb/2019/nl_creator/images/bg-master.jpg) bottom center no-repeat ;
  background-size: cover;
}

#wearecreators #master h3 {
  padding-bottom: 2rem;
  font-size: 20px;
  color: #666;
}

#wearecreators #master .itembox {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

#wearecreators #master .itembox:hover .item {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.6;
}

#wearecreators #master .itembox .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  margin: 0 10px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#wearecreators #master .itembox .item a {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}

#wearecreators #master .itembox .item a .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  height: 60px;
}

#wearecreators #master .itembox .item a .txt .title {
  padding: 8px 0 0;
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#wearecreators #master .itembox .item a .txt .title:after {
  content: "]";
  padding-left: 5px;
}

#wearecreators #master .itembox .item a .txt .title:before {
  content: "[";
  padding-right: 5px;
}

#wearecreators #master .itembox .item a .txt .icon {
  display: none;
  font-size: 40px;
  padding-bottom: 20px;
  opacity: 0;
}

#wearecreators #master .itembox .item span {
  display: block;
}

#wearecreators #master .itembox .item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

#wearecreators #master .itembox .item:hover a:hover .txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#wearecreators #master .itembox .item:hover a:hover .txt .name, #wearecreators #master .itembox .item:hover a:hover .txt .title {
  width: 100%;
}

#wearecreators #master .itembox .item:hover a:hover .txt .icon {
  display: block;
  -webkit-animation: view 0.6s ease 1 forwards;
  animation: view 0.6s ease 1 forwards;
}

@media screen and (max-width: 1366px) {
  #wearecreators #master .itembox .item {
    width: 280px;
  }
}

@media screen and (max-width: 1280px) {
  #wearecreators #master .itembox .item {
    width: 250px;
  }
}

@media screen and (max-width: 1024px) {
  #wearecreators #master .itembox .item {
    width: 200px;
  }
}

@media screen and (max-width: 960px) {
  #wearecreators #master .titlebox {
    padding: 4rem 0;
    margin-bottom: 30px;
  }
  #wearecreators #master .titlebox h2.title {
    padding-bottom: 15px;
  }
  #wearecreators #master .titlebox h3 {
    padding-bottom: 0;
    font-size: 18px;
  }
  #wearecreators #master .itembox .item {
    width: 300px;
    margin: 10px 0px;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
  }
}

#wearecreators-campaign .btsty {
  border: #ccc 3px solid;
  background: none;
  text-transform: uppercase;
  outline: none;
  padding: 15px 35px;
  border-radius: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  width: 100%;
  max-width: 250px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#wearecreators-campaign .btsty:hover {
  background: #ccc;
  color: #fff;
}

#wearecreators-campaign #kv-campaign {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
  margin-bottom: 5rem;
  overflow: hidden;
}

#wearecreators-campaign #kv-campaign .img {
  position: absolute;
  width: 70%;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 0;
  background: url("https://storage-asset.msi.com/event/nb/2019/nl_creator/images/wearecreatorscampaign.jpg") top center no-repeat ;
  background-size: cover;
}

#wearecreators-campaign #kv-campaign .img img {
  width: 100%;
  display: none;
}

#wearecreators-campaign #kv-campaign .imgm {
  display: none;
  position: relative;
}

#wearecreators-campaign #kv-campaign .txt {
  padding: 5vh 0 0 5vw;
  text-align: left;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

#wearecreators-campaign #kv-campaign .txt .logo {
  max-width: 20%;
}

#wearecreators-campaign #kv-campaign .txt h1 {
  margin-top: 7%;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 70px;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  z-index: 2;
}

#wearecreators-campaign #kv-campaign .txt h1 strong {
  background: #787777;
  padding: 15px;
  font-weight: normal;
}

#wearecreators-campaign #kv-campaign .txt a {
  margin-top: 10%;
  font-weight: bolder;
  font-size: 40px;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  z-index: 2;
  background: #787777;
  padding: 15px;
  cursor: pointer;
	text-decoration: none;
}

#wearecreators-campaign #kv-campaign .txt h2 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

#wearecreators-campaign #kv-campaign .txt h2 span {
  background: #ccc;
  padding: 15px 35px;
  text-shadow: #999 0 0 10px;
}

#wearecreators-campaign #kv-campaign .txt ul {
  width: 20%;
  margin-top: 5%;
  margin-left: 15px;
}

#wearecreators-campaign #kv-campaign .txt ul li {
  padding-bottom: 35px;
  line-height: 32px;
  font-size: 18px;
}

#wearecreators-campaign #kv-campaign .txt ul li.ft-bold {
  font-weight: bold;
  font-size: 120%;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #wearecreators-campaign #kv-campaign .txt h1 {
    font-size: 60px;
  }
  #wearecreators-campaign #kv-campaign .txt ul li.ft-bold {
    font-size: 100%;
  }
}

@media screen and (max-width: 1366px) {
  #wearecreators-campaign #kv-campaign .txt h1 {
    font-size: 44px;
    margin-top: 5%;
  }
  #wearecreators-campaign #kv-campaign .txt h2 {
    font-size: 22px;
  }
  #wearecreators-campaign #kv-campaign .txt ul li {
    font-size: 16px;
    line-height: 1.6;
  }
  #wearecreators-campaign #kv-campaign .txt ul li.ft-bold {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  #wearecreators-campaign #kv-campaign .txt h1 {
    font-size: 40px;
  }
  #wearecreators-campaign #kv-campaign .txt h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #wearecreators-campaign #kv-campaign .txt {
    padding-left: 2%;
  }
  #wearecreators-campaign #kv-campaign .txt h1 {
    font-size: 30px;
  }
  #wearecreators-campaign #kv-campaign .txt h2 {
    font-size: 18px;
  }
  #wearecreators-campaign #kv-campaign .txt ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  #wearecreators-campaign #kv-campaign {
    margin-bottom: 0;
    height: auto;
  }
  #wearecreators-campaign #kv-campaign .img {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
  }
  #wearecreators-campaign #kv-campaign .img img {
    display: block;
  }
  #wearecreators-campaign #kv-campaign .txt {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #wearecreators-campaign #kv-campaign .txt .logo {
    width: 100%;
    padding: 15px;
    border-bottom: #eee 2px solid;
    max-width: 100%;
  }
  #wearecreators-campaign #kv-campaign .txt .logo img {
    max-width: 200px;
  }
  #wearecreators-campaign #kv-campaign .txt h1, #wearecreators-campaign #kv-campaign .txt h2 {
    margin-top: 30px;
    font-size: 30px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    color: #333;
  }
  #wearecreators-campaign #kv-campaign .txt h1 strong, #wearecreators-campaign #kv-campaign .txt h1 span, #wearecreators-campaign #kv-campaign .txt h2 strong, #wearecreators-campaign #kv-campaign .txt h2 span {
    padding: 0;
    background: none;
    color: inherit;
    font-weight: bold;

    text-shadow: none;
  }
  #wearecreators-campaign #kv-campaign .txt h2 {
    color: #666;
    font-size: 20px;
    margin: 0 0 15px;
  }
  #wearecreators-campaign #kv-campaign .txt ul {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    font-size: 14px;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  #wearecreators-campaign #kv-campaign .txt ul li {
    line-height: 22px;
    padding-bottom: 25px;
  }
}
