body {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.action:hover, .dianomi_provider_short:hover {
    color: #464646;
    text-decoration: none;
}
a {
  display: flex;
  text-decoration: none;
  width:100%;
}

.maintext:hover {
    text-decoration: underline;
}

.hero img {
    border: none;
    min-width: 120px;
    height: auto;
}

.wrapper {
    width: 100%;
  	display: flex;
  	flex-wrap: wrap;
  margin: 0px 10px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.hero {
	width: 50%;
}

.text {
    line-height: 14px;
  	margin-left: 15px;
}

.subhero {
    height: auto;
    width: 100%;
}

.heading_top, .heading, .action {
    display: none;
    visibility: hidden;
}

.maintext {
    display: block;
    font-family: 'Playfair Display', serif;
     font-size: 20px;
     font-weight: 500;
     line-height: 1.2;
    color: #000000;
}

#dianomi_ad_1, #dianomi_ad_2{
  margin-bottom: 10px
}

.dianomi_provider_short{
    line-height: 1;
    display: block !important;
    color: #000000;
  	padding:0px 0px 8px ;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 675px) {
   .hero {
	width: 100%;
}
  #dianomi_ad_3{
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 460px) {
  .wrapper {
  	margin: 0px;
  }
}








