.sm-native-vast-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

.sm-native-vast-container.ad-loaded {
  z-index: 1;
}

.sm-native-vast-container .sm-player {
  z-index: 2;
  background-color: transparent;
  position: absolute;
  top: 0;
  float: none;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
}

.sm-native-vast-container .sm-vpaid {
  z-index: 3;
  position: absolute;
  top: 0;
  float: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sm-native-vast-container .sm-blocker {
  z-index: 4;
  position: absolute;
  top: 0;
  float: none;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
}

.sm-native-vast-container .sm-remaining {
  z-index: 5;
  position: absolute;
  bottom: 5%;
  left: 2.6%;
  width: 35px;
  height: 35px;
  max-width: 50px;
  max-height: 50px;
  float: none;
  display: none;
  border-radius: 100%;
}

.sm-native-vast-container .sm-skip {
  z-index: 7;
  position: absolute;
  background: url("https://static.addevweb.com/SMSdk/ico/skip.png") no-repeat;
  background-size: contain;
  top: 4.15%;
  left: 2.35%;
  width: 10%;
  height: 8%;
  min-width: 60px;
  min-height: 20px;
  max-width: 80px;
  max-height: 38px;
  float: none;
  display: none;
  cursor: pointer;
}

.sm-native-vast-container .sm-label {
  z-index: 8;
  background: url("https://static.addevweb.com/SMSdk/ico/adlabel.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 4.15%;
  right: 1.5%;
  float: none;
  width: 6%;
  height: 8%;
  max-width: 50px;
  max-height: 50px;
  display: none;
  cursor: pointer;
}

.sm-native-vast-container.volumeOn .sm-volume {
  background: url("https://static.addevweb.com/SMSdk/ico/sound-on.png") no-repeat;
  background-size: contain;
}

.sm-native-vast-container .sm-volume {
  z-index: 8;
  background: url("https://static.addevweb.com/SMSdk/ico/sound-off.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5%;
  bottom: 5%;
  width: 6%;
  height: 8%;
  max-width: 50px;
  max-height: 50px;
  float: none;
  display: none;
  cursor: pointer;
}

.sm-native-vast-container.fullscreenOn .sm-fullscreen {
  background: url("https://static.addevweb.com/SMSdk/ico/fullscreen-out.png") no-repeat;
  background-size: contain;
}

.sm-native-vast-container .sm-fullscreen {
  z-index: 9;
  background: url("https://static.addevweb.com/SMSdk/ico/fullscreen-on.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 8%;
  bottom: 5%;
  width: 6%;
  height: 8%;
  max-width: 50px;
  max-height: 50px;
  float: none;
  display: none;
  cursor: pointer;
}

.sm-native-vast-container .sm-play {
  z-Index: 20;
  background: url("https://static.addevweb.com/SMSdk/ico/play.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 25px;
  height: 25px;
  max-width: 50px;
  max-height: 50px;
  transform: translateX(-50%);
  float: none;
  display: none;
  cursor: pointer;
}

.sm-ad-eng-holder {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.sm-ad-eng-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 360px;
  margin: auto;
  display: inline-block;
  background: rgb(242, 242, 242);
  box-shadow: rgb(0, 0, 0) 0 0 16px;
}

.sm-ad-eng-container .sm-native-vast-container .sm-skip {
  display: block;
  background: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  top: 0;
  left: 0;
}

.sm-ad-eng-container .sm-native-vast-container .sm-skip:before {
  content: 'x';
  padding: 6px 11px;
  line-height: 30px;
  font-family: sans-serif;
}

.sm-native-sas-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.sm-native-sas-container.mobile .sm-native-col {
  min-height: 270px;
}

.sm-native-sas-container .sm-native-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}

.sm-native-sas-container.mobile .sm-native-col {
  -ms-flex: initial;
  flex: initial;
  max-width: 100%;
}

@media (min-width: 360px) {
  .sm-native-sas-container .sm-native-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 550px) {
  .sm-native-sas-container .sm-native-col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.sm-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: url("https://static.sunmedia.tv/SMSdk/ico/logo.png") no-repeat right;
}

.sm-ad-countdown {
  border-radius: 100%;
  max-height: 60px;
  max-width: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  display: none;
  z-index: 51;
  margin: auto;
  background: rgba(0, 0, 0, .4);
  box-shadow: rgb(0, 0, 0) 0px 0px 40px;
}

.sm-ad-countdown > svg {
  fill: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
}

.sm-ad-countdown > svg .outline-currenttime {
  display: block;
  font-size: 10px;
  fill: #ffffff;
  text-shadow: 2px -1px 3px black;
  animation-name: fadeInAndOut;
  -webkit-animation-name: fadeInAndOut;
  -moz-animation-name: fadeInAndOut;
  -o-animation-name: fadeInAndOut;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
}

.sm-native-item {
  position: relative;
  cursor: pointer;
  margin: 1px 1px 20px 1px;
}

.sm-native-item.banner-item .b-close-button {
  background: url("https://static.sunmedia.tv/SMSdk/ico/close.png") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.sm-native-item .sm-ad-video {
  position: relative;
}

.sm-native-item .sm-ad-video video {
  width: 100%;
}

.sm-native-item .sm-ad-video .sm-ad-play {
  z-Index: 2;
  position: absolute;
  background: url("https://static.addevweb.com/SMSdk/ico/play.png") no-repeat;
  background-size: contain;
  bottom: 5%;
  left: 50%;
  width: 25px;
  height: 25px;
  max-width: 50px;
  max-height: 50px;
  transform: translateX(-50%);
  float: none;
  display: block;
  cursor: pointer;
}

.sm-native-item .sm-ad-video.playing .sm-ad-play {
  display: none;
}

.sm-native-item .sm-ad-image {
  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 56.25%;
  width: 100%;
}

.sm-native-item .sm-ad-title {
  margin-top: 4px;
  margin-bottom: 3px;
  color: #928e92;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  overflow: hidden;
}

.sm-native-item .sm-ad-title a {
  color: #928e92;
  text-decoration: none;
}

.sm-native-banner {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

.sm-native-banner .b-close-btn {
  background: url("https://static.sunmedia.tv/SMSdk/ico/close.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px;
  width: 26px;
  height: 26px;
  display: none;
  cursor: pointer;
}

.sm-native-banner .b-iframe {
  display: block;
  margin: auto;
  border: 0;
}