@charset "utf-8";
/* CSS SisterSax - web 4.1 - 2015 Sister Sax Aisles specific  css */

.copy-block.copy-customer {
  background-image: url(../images/weddings/hub/musicpackages/aisle-music/sister-sax-customer1.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 58%;
}

  .copy-block.copy-customer p {
    max-width: 220px;
  }

@media all and (max-width: 900px ) {
  .copy-block.copy-customer {
    clear: both;
    background-position: bottom right;
    width: 98%;
    max-width: 477px;
    margin: 1% auto;
  }

  .aisle-music .generic-weddings-image.aisle-image-3 {
    width: 100%;
    float: none;
    margin: 1% auto;
  }

}

@media all and (max-width: 579px ) {
  .copy-block.copy-customer {
    min-height: 430px;
  }
}

@media all and (max-width: 437px ) {
  .copy-block.copy-customer p {
    max-width: 98%;
  }
  .copy-block.copy-customer {
    min-height: 430px;
  }
}

@media all and (max-width: 380px ) {
  .copy-block.copy-customer p {
    max-width: 98%;
  }
  .copy-block.copy-customer {
    min-height: 570px;
  }
}

.generic-weddings .copy-block.copy-base {
  width: 98%;
  margin: 1% auto;
  float: none;
  text-align: center;
}

  .generic-weddings .copy-block.copy-base p {
    text-align: center;
  }