@media only screen and (max-width: 1200px) {
	.title.name{
		width: 80%;
	}

	.title.quote{
		font-size: 16px;
	}

	.story-item.left{
		width: 70%;
	}

	.story-item.right{
		width: 30%;
	}

	.story-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.grid-sizer, .grid-item{
		width: 25%;
	}

	.timer-item{
		width: 150px;
	}

	.timer-holder{
		gap: 15px;
	}

	.invitation-item.maps{
		width: 40%;
	}

	.invitation-item.detail{
		width: 60%;
	}

	.text-holder-welcome{
		left: 28%;
	}

	#vid-pre-box{
		height: 100%;
		width: auto;
	}

	.segment.messages{
		height: 600px;
	}
}

@media only screen and (max-width: 1200px) {
	.title.name{
	 	font-size: 120px;
	}

	.navbar.navigation{
		font-size: 14px;
	}

	.navbar.socmed{
		font-size: 13px;
	}

	.post-carousel-container-swiper{
		width: 100%;
	}

	.segment.story{
		flex-direction: column;
		padding-top: 0;
		justify-content: flex-start;
	}

	.story-item.left{
		order: 2;
		width: 100%;
	}

	.story-item.right{
		width: 100%;
		margin-bottom: 50px;
	}

	.pict-container{
		width: 100%;
	}

	.grid-sizer,
	.grid-item {
	  width: 25%;
	}

	.grid-item--height2 { height: 350px; }
	.grid-item--height3 { height: 350px; }
	.grid-item--height4 { height: 350px; }


	.grid-item--width2 { width:  25%; }
	.grid-item--width3 { width:  25%; }
	.grid-item--width4 { width:  50%; }

	.timer-holder{
		height: 280px;
	}

	.timer-num{
		font-size: 60px;
	}

	.footer-item.label{
		font-size: 20px;
	}

	.footer-item.marks{
		font-size: 12px;
	}

	.segment.story .overlay.mask{
		background: rgba(0,0,0, 0.4);
	}

	.segment.story .title-text-holder{
		color: white;
		border-bottom:  1px solid white;
	}

	.segment.the-wedding{
		padding-left: 25px;
	}

	.invitation-item{
		height: 70%;
	}

	.invitation-item .segment-title{
		height: 100%;
	}

	.invitation-item .title-text-holder{
		height: 10%;
	}

	.invitation-item-detail.address{
		height: 20%;
	}

	.location-carousel{
		height: 40%;
	}

	.invitation-item-detail.gmaps-holder{
		height: 30%;
	}

	.mason-image, .mason.left .mason-image{
		border-width: 1px;
	}

	.segment.register .title-text-holder{
		font-size: 70px;
	}

	.agenda-title, .agenda-location-address{
		height: 25%;
	}

	.agenda-title{
		font-size: 60px;
	}

	.agenda-location-address{
		width: 100%;
	}

	.segment.the-wedding{
		padding-top: 0px;
	}

	.invitation-item.maps{
		width: 40%;
	}

	.invitation-item.detail{
		width: 60%;
		height: 90%;
	}

	.timeline-circ{
		width: 100px;
		height: 100px;
	}

	#vid-pre {
	    position: absolute;
	    top: 0;
	    left: 0;
	    transform: translateX(-30%);
	    width: 250%;
	    height: 100%;
	    border: 0;
	}

	#vid-pre.clipped{
		width: 100%;
		transform: none;
	}
}

@media only screen and (max-width: 1050px) {
	.text-holder-welcome>.top{
		font-size: 40px;
	}

	.text-holder-welcome{
		width: 500px;
		height: 240px;
	}

	.segment.home{
		height: 698px;
	}

	#vid-pre {
	    position: absolute;
	    top: 0;
	    left: 0;
	    transform: translateX(-30%);
	    width: 220%;
	    height: 100%;
	    border: 0;
	}

	#vid-pre.clipped{
		width: 100%;
		transform: none;
	}

	.mouseCursor{
		display: none;
	}
}