@media only screen and (min-width: 480px) and (max-width: 767px)

 {
    /* Style adjustments for viewports that has a screen width of 480px up to 767px (iPhone Landscape View / SmartPhone Landscape View) */
    
    
    
    .container, .jumbotron .container {
	    max-width: 480px;
    }
    
    .page-top-jumbo-image-parallax .container {
	    max-width: none;
	    padding-left: 0px;
	    padding-right: 0px;
    }
    
    
    .page-top-jumbo-video iframe,
	.youtube-flex-content iframe {
		width: 450px;
		height: 253px;
	}
	.text-content {
		max-width: 100%;
	}
	#jumbo1, .page-top-jumbo-image {
		height: auto;
		min-height: 400px;
	}
	#jumbo2, .content-jumbo {
		height: auto;
		min-height: 600px;
	}
	.home .jumbotron-box, .page .jumbotron-box {
		position: relative;
		top: 0;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.jumbotron-box::before {
		background-color: transparent;
		width: 0;
		height: 0;
		content: none;
		left: 0;
	}
	.home .page-top-jumbo-image-static .jumbotron-box {
	    margin: 0;
	    border-left: 1px solid #000;
	    border-right: 1px solid #000;
	    border-bottom: 1px solid #000;
	}
	#navbar-lang-change-button {
		margin-left: 0;
	}
    
    /* MENU */
    #navbarMobile, .navbar-toggler {
		display: block;
	}
	.main-menu {
		display: none;
	}
    
    .horizontal-divider-lines {
	    position: relative;
	    top: auto;
	    border-left: none;
	    border-right: none;
	    right: auto;
	    bottom: auto;
	    height: 5px;
	    border-top: 1px solid #000;
	    border-bottom: 1px solid #000;
	    width: auto;
	    margin-left: 15px;
	    margin-right: 15px;
	}
	
	/* BOXES */
	.box-post-image {
		height: auto;
	}
	.box-post-image img {
	    position: relative;
	    transform: none;
	    top: 0;
	}
	
	/* FOOTER */
	
	.footer-img-box {
		float: none;
		text-align: center;
		width: auto;
	}
	.footer-img-box img {
		width: 120px;
	}
	.footer-text-box {
		float: none;
		padding-left: 0;
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
	}
	.right-footer-box p {
		max-width: 350px;
		margin: 20px auto 0;
	}
}