h1.title.user-no-selection {
    font-size:30px;
}

.metas span {
    border:1px solid #FFF;
}

.metas span {
    text-align:center;
    background-color: rgba(0, 0, 0, 0.5);
 }

@media only screen and (max-width: 486px) {
    .metas span {
       margin-right:unset;
       width:49%;
       margin-bottom:10px;
    }

    h1 {
        text-align:center;
        text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    }

    .cover-bg-img {
        object-position: left;
    }

    .main-navigation .left-60 {
        left:10px;
    }
  }

  @media only screen and (max-width: 767px) {
    .site-header .menu-icon .text-menu > div {
        color:#FFF;
    }
  }