
.center > ul{
  margin-top: 1%;
}
.service-picker{
  max-height: 480px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

@media screen and (min-height: 700px) {
  .service-picker{
    max-height: 550px;
  }
}

@media screen and (min-height: 800px) {
  .service-picker{
    max-height: 650px;
  }
}
.content{
  width: 75%;
}

.text-content{
  overflow-y: none !important;
}

.back-wrapper, .back-wrapper:after{
  background: transparent url("../img/topics/pattern.png") repeat scroll left top;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  content: "";
  opacity: 0.3;
}
.back-wrapper  span {
  background-image: url("../../storage/backgrounds/creative-writing/creative-writting.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
