/* eCard Preview Styles */
.ecard-preview .preview picture {
	position: relative;
	display: block;
	height: 10.5em;
	max-width: 35em;
	max-height: 22em;
	margin-bottom: 1em;
	border-radius: 5px;
}

.ecard-preview .preview .info > ul > li > p {
	margin-top: 0;
	margin-bottom: .5rem;
}
/* End eCard Preview Styles */

/* eCard Print Page */

.ecard-print .preview-box .ecard picture {
	position: relative;
    width: 100%;
    height: 0;
	padding-bottom: 50%;
	min-height: 400px;
}
/* End eCard Print Page */

/* Responsive Min-Width 1025px */
@media screen and (min-width: 1025px) {
	.ecard-preview .preview .info > ul > li {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    -webkit-align-content: space-around;
	    -ms-flex-line-pack: distribute;
	    align-content: space-around;
	}
	
	.ecard-preview .preview .info > ul > li > p {
		width: 50%;
	}
	
	.ecard-preview .preview .info > ul > li > p:last-of-type {
		width: 100%;
	}
}
/* End Responsive Min-Width 1025px */

/* Responsive Width 1024px */
@media screen and (max-width: 1024px) {
	.ecard-preview .preview picture {
		height: 50vw;
	}
}
/* End Responsive Width 1024px */