.catName__container{
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-template-rows: 1fr;
}


.singlePost__categoryContent{
  grid-column: 2/3;
  grid-row: 1;
  align-self: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: none;
}


.catName{
  grid-column: 1/2;
  grid-row: 1;

}
.header__menuBottom a {
  color: white !important;

}
.postThumb__description{
  font-size: 15px;
}

.postThumb__authorsDate{
  position: relative;
  font-style: italic;
}

.postThumb__authorsDate::before{


  position: absolute;
  top: -15px;
  left: 1px;
  width: 30px;
  height: 2px;
  background-color: #bbbbbb93;
  content: "";
}

.embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embedContainer iframe, {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
    width: 100% !important;
    height: auto !important;
}
