html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.smaller-text {
    font-size: 75%;
}
.imagepath-text {
    font-size: 75%;
}
.videopath-text {
    font-size: 65%;
}
.bread-text {
    font-size: 85%;
}
.by-text {
    font-size: 75%;
}
.margin-right {
    margin-right: 5px;
}
.id-text {
    font-size: 75%;
}