@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Style adjustments for viewports that has a screen width of 768px up to 1023px (iPad Portrait View / Tablet Portrait View) */
    .page-top-jumbo-video iframe,
	.youtube-flex-content iframe {
		width: 720px;
		height: 405px;
	}
    .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;
	}
	#navbar-lang-change-button {
		margin-left: 0;
	}
	
	/* SIDEBAR */
	.page-sidebar {
		width: 100%;
		/*margin-left: -15px;
		margin-right: -15px;*/
		padding-left: 0px;
		padding-right: 0px;
	}
	.sidebar-item {
		float: left;
		width: 50%;
		padding: 15px;
		padding-left: 30px;
		padding-right: 0px;
	}

	.sidebar-item:first-child {
		padding-left: 0px;
	}	
	
	
	/* MENU */
    #navbarMobile, .navbar-toggler {
		display: block;
	}
	.main-menu {
		display: none;
	}
	
	/* BOXES */
	.box-post-image {
		height: auto;
	}
	.box-post-image img {
	    position: relative;
	    transform: none;
	    top: 0;
	}
}