/* ============================================ *
 * BASE STYLES
* ============================================ */
/*carousel contained in modal - style the 'extrinsic' properties of the carousel
due to containment inside modal
*/
.modal_carousel .carousel_slidesContainer {
  border: none;
  margin: 0;
}
.modal_carousel .carousel_body {
  padding: 0;
}
.modal_carousel .modal_dialog {
  width: 80%;
}
.m_slide_bodyCenter {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
