@media only screen and (max-width: 767px){


	.alert_bottom_inner {
	  flex-direction: column;
	}
	.alert_bottom {
	  padding: 1rem;
	}
	.alert_top_bar_content {
	  padding: 1.5rem;
	}
	.alert_top_bar {
	  padding-top: 3rem;
	  padding-bottom: 3rem;
	  padding-left: 1rem;
	  padding-right: 1rem;
	  min-height: 50vh;
	}
	.alert_top_bar_con h2 {
	  font-size: 2rem;
	}
	.alert_top_bar_con p {
	  font-size: 18px;
	}

	.alert_top_bar_content p {
	  font-size: 1rem;
	}
	.dtr-donations-list {
	  grid-template-columns: repeat(1,minmax(0,1fr));
	}
	 .dtr-photos-grid {
	    grid-template-columns: 1fr !important;
	  }
	  .dtr-photo-inner img{
	  	height: 100% !important;
	  }
	 .dtr_header.dtr_sticky  .hfe-nav-menu-icon svg {
	  fill: #000 !important;
	}
	
	.dtr-thumb-slider[data-thumbs="8"] .dtr-thumb-slider__thumbs {
	  display: flex;
	  overflow: auto;
	}
	.dtr-thumb-slider__thumb {
	  width: 64px;
	  min-width: 64px;
	}

}