
/* Tag title Shit */

.gntagTitle {
  background: #520000; 
color: #fff; 
display: inline-block; 
padding: 10px; 
margin-top: 5px;
border-radius: 3px;
font-size: 20px;
text-transform: uppercase;
transform: skew(-10deg);
}
.gntagTitlePre{
  text-align: center; border-bottom: #520000 solid 2px;
}

@media (max-width:600px){
  .gntagTitle {
    font-size: 15px;
    padding: 5px;
  }
}
