/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: 0;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 32px;
    left: 45px;
    max-width: 310px;
    position: absolute;
    top: 80px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 34px;
    left: 45px;
    top: 100px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 44px;
    left: 45px;
    top: 130px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
.urowire {
  border-bottom: 1px solid #DEDEDE;
  display: table;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-bottom: 20px;
  width: 80%; }

.urowire h3,
.urowire h4 {
  color: #007078;
  padding: 0; }

.urowire h4 {
  margin-bottom: 5px; }

.urowire h3 {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.product-banner img {
  display: block;
  overflow: hidden;
  position: relative; }

.product-banner {
  background: black;
  clear: both;
  height: 403px;
  margin-top: 80px;
  margin-bottom: 80px;
  max-height: 100%;
  position: relative;
  width: 100%; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 1px) {
  /*** Mobile ***/
  .mobile--product-banner {
    background: black;
    background-size: cover;
    display: block;
    max-height: 188px;
    min-height: 188px;
    position: relative;
    top: 75px; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .mobile--product-banner {
    max-height: 100%;
    min-height: 302px; } }
@media only screen and (min-width: 768px) {
  .mobile--product-banner {
    background-size: contain;
    max-height: 100%;
    min-height: 312px; }

  .banner-title-endourologic {
    position: relative;
    top: 25px; }

  .palm-position {
    position: relative;
    top: 35px; } }
@media only screen and (min-width: 992px) {
  .banner-content-fst p {
    max-width: 280px !important; }

  .banner-title-endourologic {
    position: relative;
    top: 30px; }

  .sureseal-position {
    position: relative;
    top: -5px; }

  .palm-position {
    position: relative;
    top: 45px; } }
@media only screen and (min-width: 1199px) {
  .banner-title-endourologic {
    position: relative;
    top: 35px; }

  .sureseal-position {
    position: relative;
    top: 22px; }

  .palm-position {
    position: relative;
    top: 66px; } }
/*** Max Width ***/
@media only screen and (max-width: 320px) {
  .mobile--product-banner {
    background-position: -88px; } }

/*# sourceMappingURL=epix.css.map */
