.view-artist-gallery-new {
  margin-top: 12px;
}

.view-artist-gallery-new .views-row {
  width: 49%;
  float: left;
  font-size: 1em;
  margin-bottom: 12px;
  padding-bottom: 18px;
  overflow: hidden;
}

.view-artist-gallery-new .views-row h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.view-artist-gallery-new .views-field-field-affiliation {
  min-height: 45px;
}

.view-artist-gallery-new .views-row.views-row-odd {
  margin-right: 0.9%;
}

.view-artist-gallery-new .views-row.views-row-even {
  margin-left: 0.9%;
}

.view-artist-gallery-new .views-row .views-field.views-field-field-image {
  padding-left: 0;
  padding-right: 0;
}

.view-artist-gallery-new .views-row .views-field.views-field-field-image img {
  width: 100%;
  height: auto;
}


.view-artist-gallery-new .item-list {
  clear: both;
}

/* Changes for Artist Detail Page View */

.jtable {
  display: table;
}

.jtable .jrow {
  display: table-row;
}

.jtable .jrow .jcell,
.jtable.col2 .jrow .jcell {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.jtable.col3 .jrow .jcell {
  width: 33%;
  display: table-cell;
  vertical-align: top;
}


.jtable .jrow .jcell img {
  width: 100%;
  height: auto;
}

.jtable .jrow .jcell:nth-child(1) {
  padding-right: 10px;
}

.jtable .jrow .jcell:nth-child(2),
.jtable.col3 .jrow .jcell:nth-child(2) {
  padding-left: 10px;
}

.jtable.col3 .jrow .jcell:nth-child(2) {
  padding-right: 10px;
}

.jtable.col3 .jrow .jcell:nth-child(3) {
  padding-left: 10px;
}



.node-type-artist-case-study .jtable .jrow .jcell:nth-child(1) {
  width: 60%;
  max-width: 540px;
  padding-right: 20px;
}

.node-type-artist-case-study .jtable .jrow .jcell:nth-child(2)  {
  width: 40%;
}

.node-type-artist-case-study .jtable .jrow .jcell:nth-child(2) img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.node-type-artist-case-study h1.page-title {
/*  margin-bottom: 1px; */
}

.node-type-artist-case-study .jtable .jrow .jcell:nth-child(1) h2 {
  margin-top: 0;
/*  margin-bottom: 3px; */
  font-size: 1.35em;
  font-weight: 700;
}

.node-type-artist-case-study .jtable .jrow .jcell:nth-child(1) h3.affiliation {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.1em;
  font-weight: 400;
}



.node-type-artist-case-study .mobile img {
  width: 100%;
  margin-top: 18px;
  height: auto;
}


.node-type-artist-case-study .quote {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 24px;
  color: #666;
}

.node-type-artist-case-study .gear {
  width: 21%;
  min-height: 180px;
  margin-right: 12px;
  float: left;
  text-align: center;
  font-size: 0.9em;
}

.node-type-artist-case-study .gear img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .jtable .jrow .jcell {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .jtable .jrow .jcell:nth-child(1) {
    padding-right: 0;
  }

  .jtable .jrow .jcell:nth-child(2) {
    padding-left: 0;
  }


}

