
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		
	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.EventBox {
			text-align: center;
		}

		.EventBox a {
			text-decoration: none;
		}

		.EventBox a .TextBox .ImageContainer{
			width: 100%;
		    height: auto;
		    display: block;
		    overflow: hidden;
		}

		.EventBox a .TextBox .Image {
			width: 30rem;
		    height: auto;
		    display: block;
		    margin: auto;
		}
		
		.EventBox a .TextBox p {
			margin: 0;
			padding: 0;
		}

		.EventBox a .TextBox .Location {
			padding-top: 0.5rem;
		}

		.EventBox a .TextBox .Location,
		.EventBox a .TextBox .Date {
			line-height: 1.4rem;
	        font-weight: 300;
	        letter-spacing: 0.125rem;
	        color: var(--Palette1light);
	        font-size: 1rem;
	        font-family: Cardo serif;
		}

		.EventBox a .TextBox .Title {
			font-size: 1rem;
	        line-height: 1.5rem;
	        font-weight: 700;
		}
	}