.adtube-native__container {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.adtube-native__row {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.adtube-native__row [class*="adtube-native__col"] {
  float: right;
  margin: 0.5rem 1%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.adtube-native__row [class*="adtube-native__col"]:first-child {
  margin-right: 0;
}
.adtube-native__row [class*="adtube-native__col"]:last-child {
  margin-left: 0;
}

.adtube-native__row [class*="adtube-native__vertical"] {
  min-height: 210px;
}

.adtube-native__col-1,
.adtube-native__col-2,
.adtube-native__col-3,
.adtube-native__col-4,
.adtube-native__col-5,
.adtube-native__col-6,
.adtube-native__col-7,
.adtube-native__col-8,
.adtube-native__col-9,
.adtube-native__col-10,
.adtube-native__col-11,
.adtube-native__col-12 {
  width: 100%;
}

.adtube-native__col-1-sm {
  width: 6.5%;
}

.adtube-native__col-2-sm {
  width: 15%;
}

.adtube-native__col-3-sm {
  width: 23.5%;
}

.adtube-native__col-4-sm {
  width: 32%;
}

.adtube-native__col-5-sm {
  width: 40.5%;
}

.adtube-native__col-6-sm {
  width: 49%;
}

.adtube-native__col-7-sm {
  width: 57.5%;
}

.adtube-native__col-8-sm {
  width: 66%;
}

.adtube-native__col-9-sm {
  width: 74.5%;
}

.adtube-native__col-10-sm {
  width: 83%;
}

.adtube-native__col-11-sm {
  width: 91.5%;
}

.adtube-native__col-12-sm {
  width: 100%;
}

.adtube-native__row::after {
  content: "";
  display: table;
  clear: both;
}

.adtube-native__hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  /* This exists to show that this size is a break point */
}

@media only screen and (min-width: 45em) {  /* 720px */
  .adtube-native__row [class*="adtube-native__vertical"] {
    min-height: 0;
  }

  .adtube-native__col-1 {
    width: 6.5%;
  }

  .adtube-native__col-2 {
    width: 15%;
  }

  .adtube-native__col-3 {
    width: 23.5%;
  }

  .adtube-native__col-4 {
    width: 32%;
  }

  .adtube-native__col-5 {
    width: 40.5%;
  }

  .adtube-native__col-6 {
    width: 49%;
  }

  .adtube-native__col-7 {
    width: 57.5%;
  }

  .adtube-native__col-8 {
    width: 66%;
  }

  .adtube-native__col-9 {
    width: 74.5%;
  }

  .adtube-native__col-10 {
    width: 83%;
  }

  .adtube-native__col-11 {
    width: 91.5%;
  }

  .adtube-native__col-12 {
    width: 100%;
  }

  .adtube-native__hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  /* This exists to show that this size is a break point */
}


.adtube-header a,.adtube-header a:hover{text-decoration:none}
.adtube-clear:before,.adtube-clear:after {content:'';clear:both;display:block}
.adtube-header{direction:rtl;padding:5px 5px;margin-bottom:5px;border-bottom:2px solid #963245;position:relative;font-size:1.2em;border-radius:2px;margin-top:2px;font-weight:bold}
.adtube-header-right {float:right;line-height:35px}

.adtube-header-left{float:left;line-height:30px;height:35px}
.adtube-logo-container{background:#963245;overflow:hidden;border-radius:3px;width:23px;height:22px;display:inline-block;position:absolute;left:0;top:17px;transition:width 0.5s}
.adtube-logo-container img{width:64px}
.adtube-header-left .adtube-header-left-title{position:relative;top:6px;opacity:1;transition:all 0.5s}
.adtube-header-left:hover .adtube-logo-container{width:70px}
.adtube-header-left:hover .adtube-header-left-title{opacity:0}
.adtube-header-logo{max-width:none !important;width:20px;background:#963245;padding:2px;position:absolute;left:0}
.adtube-header-left a{display:block}
.adtube-header-left a:hover{color:#963245}
.adtube-header-left a:visited{color:inherit}
.adtube-header-left-title{margin-left:24px;font-size:0.6em}

.adtube-image-container{max-width: 100%}
.adtube-native__horizontal .adtube-image-container{max-width:25%;float:right;padding-left:10px;min-width: 110px;}
.adtube-native__horizontal .adtube-image-container img { margin-bottom: 0 !important; display: block;}
.adtube-native__title{line-height:160%;font-size:1.1em;font-weight:500}
.adtube-native__container a:visited{color:#000000}
.adtube-native__container a:focus{color:#000000}
.adtube-native__link{color:black;text-decoration:none}
.adtube-native__link:hover{color:#963245;text-decoration:none}
.adtube-native__link:focus{text-decoration:none}
@media (max-width:33.75em) {
  .adtube-native__title{font-size:1.1em}
}


.adtube-header-left .adro-adnetwork-logo {
  top: 10px;
  position: relative;
  direction: ltr !important;
}
.adro-adnetwork-logo-container {
  padding: 3px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.adro-adnetwork-logo-icon-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adro-adnetwork-logo-text-container {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transition: width .6s;
}
.adro-adnetwork-logo-container:hover > .adro-adnetwork-logo-text-container {
  width: 71px;
}
