.organizersContent {
  background-image:url(../creative/m10.jpg);
  background-repeat:no-repeat;
  background-size:40%;
  /*background-position-y:70px;
  background-position-x:right;*/
  background-position:right 70px;
}

.item {
  margin-bottom:30px;
}
.item > .title {
  color:#e64960;
  font-size:17px;
  margin-bottom:10px;
}
.item > ul {
  list-style:none;
  margin:0;
  padding:0;
}
.item > ul span { font-style:italic; }

@media only screen and (max-width: 425px) {
  .organizersContent { background:none; }
}
