
@media all and (min-width : 481px)  {

	
div#donation { 
	top : 6vw 
}

		div#slideshow {
			top : 0.5vw;
		}

		._1, ._2, ._4 {
			border-radius : var(--radius);
		}

		._1 {
			width : 90vw;
			height : 23.5vw;
		}

		._2 {
			width : 44vw;
			height : 23.5vw;
		}

		._4 {
			width : 21vw;
			height : 11.8vw;
		}
			
