/* BANNER 3 COLUMN */


#GR-846 {
  background-color: #EA6903;
  background-image: url(https://gdb.rferl.org/E8DB894D-1B11-4677-AB4C-FE1514055F99.png), url(https://gdb.rferl.org/5142D9D8-812B-46AF-8AAC-E063BC224D5C.png), url(https://gdb.rferl.org/8DD16CE0-82EA-445F-9F5C-C3C23EC348FB.png);
  outline: 0px;
  background-position: 5% -100%, 95% 200%, center center;
  height: 130px;
  position: relative;
}

#GR-846:hover {
  opacity: 0.95;
}

#GR-846 .banner__side-text h1 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.1;
}

#GR-846 .triangle-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 65px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 65px solid transparent;
}

#GR-846 .triangle-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 65px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 65px solid transparent;
}


@media(max-width:1240px) {
  #GR-846 .banner__side-text h1 {
    font-size: 1.2em;
  }
}

@media(max-width:1040px) {
  #GR-846 .banner__side-text h1 {
    font-size: 1.1em;
  }

  #GR-846 {
    background-position: -2% -100%, 103% 200%, center center;
  }
}

@media(max-width:640px) {
  #GR-846 .banner__side-text h1 {
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding: 0 20px;
  }

  #GR-846 .banner__side-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  #GR-846 {
    background-image: none, none, url(https://gdb.rferl.org/8DD16CE0-82EA-445F-9F5C-C3C23EC348FB.png);
  }

  #GR-846 .banner__image-text {
    padding-left: 0px;
  }
}

@media(max-width:480px) {
  #GR-846 .banner__side-text h1 {
    font-size: 0.95em;
  }

  #GR-846 {
    background-image: none;
  }
}