﻿/* CSS Document */

.ag-date {
	position: relative;
}
.ag-save-the-date {
	width: 100%;
	max-width: 150px;
	position: absolute;
	bottom: -108px;
	right: 90px;
	transform: rotate(15deg);
	border-radius: 50%;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));

	@media screen and (max-width: 868px) {
		max-width: 95px;
		bottom: -74px;
		right: 46px;
	}
}
