.palm {
  color: rgba(218,165,32,1);
}

@media screen and (orientation: landscape) and (min-width: 720px) {
  .palm::after {
    content:" ";
    width: 60px;
    background-image: url(../../festivals/cannes.svg);
    background-position: right;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    display: inline flow-root list-item;
    color: transparent;
  }
}
