.mobile_only {
  display: block; }
  @media only screen and (min-width: 800px) {
    .mobile_only {
      display: none; } }
  @media only screen and (min-width: 980px) {
    .mobile_only {
      display: none; } }

.mobile_tablet_only {
  display: block; }
  @media only screen and (min-width: 800px) {
    .mobile_tablet_only {
      display: block; } }
  @media only screen and (min-width: 980px) {
    .mobile_tablet_only {
      display: none; } }

.tablet_only {
  display: none; }
  @media only screen and (min-width: 800px) {
    .tablet_only {
      display: block; } }
  @media only screen and (min-width: 980px) {
    .tablet_only {
      display: none; } }

.tablet_desktop_only {
  display: none; }
  @media only screen and (min-width: 800px) {
    .tablet_desktop_only {
      display: block; } }
  @media only screen and (min-width: 980px) {
    .tablet_desktop_only {
      display: block; } }

.desktop_only {
  display: none; }
  @media only screen and (min-width: 800px) {
    .desktop_only {
      display: none; } }
  @media only screen and (min-width: 980px) {
    .desktop_only {
      display: block; } }

.advert1,
a.advert1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px !important;
  display: block;
  position: relative;
  display: block !important;
  overflow: hidden !important;
  visibility: visible !important;
  box-sizing: border-box; }
  .advert1.long,
  a.advert1.long {
    padding: 0px 0px 0px 0px; }
  .advert1 img,
  a.advert1 img {
    width: 100%;
    display: block !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: -100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -100% !important;
    margin: auto !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .advert1:hover img,
  a.advert1:hover img {
    width: 110%; }
  .advert1 .text,
  a.advert1 .text {
    width: 100%;
    font-family: Abadi-Bold, Plantin, Arial;
    font-size: 20px;
    color: #fffaaa;
    padding: 0px 15px 7% 15px;
    display: block !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
    box-sizing: border-box; }
    .advert1 .text h4,
    a.advert1 .text h4 {
      font-family: Abadi-Bold, Plantin, Arial;
      font-size: 18px;
      line-height: 18px;
      color: #fff;
      margin: 0px 0px 5px 0px; }
    .advert1 .text p,
    a.advert1 .text p {
      font-family: Plantin, Arial !important;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      margin: 0px 0px 15px 0px; }
    .advert1 .text .button,
    a.advert1 .text .button {
      font-family: Abadi-Bold, Plantin, Arial;
      font-size: 14px;
      line-height: 18px;
      color: #fff;
      padding: 10px 15px 7px 15px;
      border: 2px solid #ffd500;
      display: inline-block;
      -webkit-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px; }
  @media only screen and (min-width: 600px) {
    .advert1,
    a.advert1 {
      width: 100%;
      padding: 0px 0px 35% 0px;
      margin: 20px 0px 30px 0px !important;
      display: block;
      position: relative; }
      .advert1 img,
      a.advert1 img {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0px !important;
        position: absolute;
        left: 0px;
        bottom: 0%; }
      .advert1:hover img,
      a.advert1:hover img {
        width: 110%; }
      .advert1 .text,
      a.advert1 .text {
        width: 100%;
        font-size: 20px;
        color: #fffaaa;
        padding: 0px 15px 7% 30px;
        display: block !important;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 5;
        box-sizing: border-box; }
        .advert1 .text h4,
        a.advert1 .text h4 {
          margin: 0px 0px 5px 0px; }
        .advert1 .text p,
        a.advert1 .text p {
          font-size: 16px;
          line-height: 20px;
          color: #fff;
          margin: 0px 0px 15px 0px; }
        .advert1 .text .button,
        a.advert1 .text .button {
          font-size: 14px;
          line-height: 18px;
          color: #fff;
          padding: 10px 15px 7px 15px;
          border: 2px solid #ffd500;
          display: inline-block;
          -webkit-border-radius: 3px 3px 3px 3px;
          border-radius: 3px 3px 3px 3px; }
      .advert1 img,
      a.advert1 img {
        min-width: 200%;
        margin-left: -70%; } }
  @media only screen and (min-width: 980px) {
    .advert1,
    a.advert1 {
      padding: 0px 0px 65% 0px;
      margin: 0px 0px 20px 0px !important; }
      .advert1 img,
      a.advert1 img {
        width: 100%;
        min-width: 100%; }
      .advert1:hover img,
      a.advert1:hover img {
        width: 110%; }
      .advert1 .text,
      a.advert1 .text {
        padding: 0px 15px 7% 15px; }
        .advert1 .text h4,
        a.advert1 .text h4 {
          font-size: 14px; }
        .advert1 .text p,
        a.advert1 .text p {
          font-size: 14px; }
      .advert1.long,
      a.advert1.long {
        padding: 0px 0px 100% 0px;
        overflow: hidden; }
        .advert1.long:hover img,
        a.advert1.long:hover img {
          width: 210%; } }
