@media (max-width:479px) and (orientation:portrait) {
	
	/* -- Menu -- */
	
	.DJemail {
    	font-size: 16px;
	}
	
	.phoneNumber {
    	font-size: 16px;
	}
	
	/* -- HOME -- */
	
	.hero-bg-show {
    	-webkit-transform: scale(2.8);
    	-moz-transform: scale(2.8);
    	-ms-transform: scale(2.8);
    	-o-transform: scale(2.8);
    	transform: scale(2.8);
	}
	
	.intro-spacer {
		display: none;
	}
	
	.dl-logo {
    	width: 90%;
	}
	
	/* -- THE WORK -- */
	
	.filter-options li:hover a {
		background-color: rgb(transparent / var(--tw-bg-opacity));
	}
	
	.py-20 {
    	margin: 0 5%;
	}
	
	.scale-0 {
		display: none;
    	--tw-scale-x: 1;
    	--tw-scale-y: 1;
	}
	
	.hover\:scale-\[1\.1\]:hover {
    	--tw-scale-x: 1;
    	--tw-scale-y: 1;
	}
	
	.picture-item {
		width:100%;
	}
	
	.portfolioLink:link {
		opacity:1;
	}
	
	.portfolioLink:visited {
		opacity:1;
	}
	
	/* -- CONTACT -- */
	
	h2 {
		letter-spacing: 6px !important;
	}
	
	.facts-counter-description-img.large, .contact-info-description-img.large {
        font-size: 55px !important;
	}
	
	.facts-counter-description-img, .contact-info-description-img {
        font-size: 55px !important;
    }
	
	.link-underline {
    	font-size: 20px;
	}
	
	 .facts-counter-title, .contact-info-text {
       font-size: 20px !important;
    }
}