@media(max-width:1199px){
	#main-menu-list .menu-item{
		border-radius: 10px;
	}
	
	#main-menu-list .menu-item.active{
		border-bottom: 0.5px solid rgba(255, 255, 255, .125);
	}
	
	#main-menu{
		padding-bottom: 10px;
	}
}

@media(max-width:768px){
	#header{
		flex-direction: column;
	}
	#photomag{
		margin: 0 auto;
	}
	
	#header .hdr{
		text-align: center;
	}

	.diss-content figure img{
		width: 100%;
	}
	
	figure img{
		width: 100%;
	}
	
	#similar-links li{
		flex-direction: column;
	}
}

