.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-main-container {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.sm-main-container::after {
  box-sizing: border-box;
  display: block;
  clear: both;
  content: "";
}

.sm-main-container .sm-native-frame {
  border: none;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
  margin: 0;
}

.sm-preroll-container {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}

.sm-player-container {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900000;
  height: 240px;
  width: 427px;
}

.sm-player-container.sm-video-ava .sm-player-container {
  top: auto;
}

.sm-player-container.sm-video-ava {
  position: fixed;
  bottom: 60px;
  height: 225px;
  width: 400px;
  left: auto;
  top: auto;
}