/*Full-width background image*/
    @media(max-width: 768px) {
  .hide-this {
  	display:none;
  }
    }
.background-image {
  padding: 25px;
  background: url(https://medicine.tulane.edu/sites/default/files/2024-08/demin-admin-BW.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.students-medical-bg {
  background: url(/sites/default/files/2023-11/20221027-sim-lab-rc1_0836.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:70vh;
}

.colorful-cells-bg {
	  background: url(/sites/default/files/2026-01/AdobeStock_85526283-small.png);
  background-repeat: no-repeat;
  background-size: cover;
  height:70vh;
}


.gastroscopy-bg {
	  background: url(/sites/default/files/2024-11/image0.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height:50vh;
}

.med-student-steth-bg {
  background: url(/sites/default/files/2024-11/White-Coats-Ceremony-Class-2027.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:50vh;
}

.lab-students-bg {
  background: url(/sites/default/files/2024-11/20221027-SIM-Lab-RC1_0720.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:50vh;
}

.researchers-bg {
  background: url(/sites/default/files/2024-01/tusom_052.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:70vh;
}

/*Background Patterns*/

.medical-pattern {
	  background: url(/sites/default/files/2025-08/tulane-medicine-medical-banner.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
   background-color: rgba(230, 245, 252, 0.7); /*light blue*/
  background-blend-mode: lighten;
}

.waves-pattern-bg {
	  background: url(/sites/default/files/2024-11/wave-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
        background-color: rgba(230, 245, 252,0.95);
    background-blend-mode: lighten;
}

.buildings-pattern-bg {
	  background: url(/sites/default/files/2024-10/buildings-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
        background-color: rgba(230, 245, 252,0.96);
    background-blend-mode: lighten;
}

.moon-buildings-pattern {
	  background: url(/sites/default/files/2024-10/buildings-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(237, 236, 232, .96); /*moon*/
  background-blend-mode: lighten;
}

.green-buildings-pattern {
	  background: url(/sites/default/files/2024-10/buildings-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
background-color: rgba(231, 242, 224, .96);   /*light green*/
  background-blend-mode: lighten;
}

.light-green-waves-pattern {
	  background: url(/sites/default/files/2024-11/wave-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
background-color: rgba(231, 242, 224, .96);   /*light green*/
  background-blend-mode: lighten;
}

.lichen-green {
background-color: rgba(231, 242, 224, .96);   /*light green*/
}

.background-box {
    background-image: url('/sites/default/files/2024-11/wave-pattern.svg') !important;
}

.addiction-medicine-bg {
  background: url(/sites/default/files/2024-11/addiction_blurred.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width:100%;
  height:10vh;
}