.rsSlideContent {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px 0 20px;
  background-color: #326496;
  background-color: rgba(50,100,150,0.66);
  /*opacity: 0.66;*/
}

.rsSlideContent .rsABlock,
.rsSlideContent .rsSBlock {
  position: static !important;
  padding: 0 !important;
}

/*.rsContent .slider-button {
 *   display: inline-block;
 *     margin-top: 1em;
 *       background: #c76001;
 *         color: #fff;
 *           padding: 12px 36px;
 *             font-size: 16px;
 *               line-height: 1;
 *                 border-radius: 5px;
 *                 }
 *
 *                 #copy .rsContent h1,
 *                 #copy .rsContent h2,
 *                 #copy .rsContent h3,
 *                 #copy .rsContent h4 {
 *                   font-family: Arial,Helvetica,sans-serif;
 *                     text-decoration: none;
 *                       border: none;
 *                         color: #fff;
 *                         }
 *
 *                         .rsContent p {
 *                           font-size: 16px;
 *                           }*/

.rsContent .slider-button {
  display: inline-block;
  margin-top: .5em;
  background: #c76001;
  color: #fff;
  padding: 8px 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
}

#copy .rsContent h1,
#copy .rsContent h2,
#copy .rsContent h3,
#copy .rsContent h4 {
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  border: none;
  color: #fff;
  font-size: 16px;
  margin: 0 0 0.25em 0;
  line-height: 1.2;
}

#copy .rsContent p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 0.25em 0;
  padding: 0;
}

