#strike-banner{
  display: flex;
  justify-content: space-evenly;
  background-color: yellow;
  text-align: center;
  line-height: 1.5;
  border-top: 3px dashed white;
  border-bottom: 3px dashed white;
  font-size:1.2em;
  font-weight: bold;
      padding: 3em 2vw;
}
#strike-banner.cfdt {
    position: relative;
  }

#strike-banner.cgt {
    position: absolute;
    z-index: 3000;
    top: 150px;
    left:50px;
    width: 500px;
    transform: rotate(-15deg);
  }
@media (max-width: 1600px) {
    #strike-banner.cgt  {
        top: 150px;
        width: 80%;
        left:10%;
        transform: rotate(0);
    }
}



#strike-banner p { margin: 0; }
#strike-banner big {  font-size:1.5em; }
#strike-banner small a { white-space: nowrap; }
#strike-banner .poing{font-size: 2.5em;}