/*
* ----------------------------------------------------------------------------------------
* 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: relative;
    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
* ----------------------------------------------------------------------------------------
*/

/*# sourceMappingURL=laparoscopic.css.map */
