@media ((max-width: 1070px) and (max-height: 600px)) or (max-width: 65vh){

	#dt-version{
		display: none;
	}


	#m-wrap{
	  width:720px;
	  display: flex;
		flex-direction: column;
		height: 99vh;
		justify-content: space-around;
		align-items: center;
	}
	#m-subwrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	}

	#m-version{
	  display: flex;
	}
	#m-call{
	  width:30px;
	  border: dashed white 2px;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  color: white;
	  padding: 5px 0px;
	    border-radius: 4px;
	    margin-top: 60px;
	}

	#m-call a:link{
	  color:white;
	}
	#m-call a:visited{
	  color:white;
	}
	#m-call a:hover{
	  color:white;
	}
	#m-call a:active{
	  color:white;
	}

	#m-call-picture{
	  margin-bottom: 7px;
	}

#m-profil-picture{
	margin-top: 50px;
	margin-bottom: 20px;
}

	#m-name{
	  font-family: "Tomica";
	  font-weight: 600;
	  font-size: 32px;
	  margin:0px;
		margin-bottom: 20px;
	}


	#m-credits{
	  background-image: url(img/signature.svg);
	width: 130px;
	height: 65px;
	background-size: cover;
	display:flex;
	font-family: "Tomica";
	color: rgba(0,0,0,0.46);
	font-size:14px;
	}

	#m-copyright{
	   margin-bottom: 0px;
	   margin-top: auto;
	}

	#m-currently-doing{
	  font-style: italic;
	  font-size: 16px;
		line-height: 1.8;
	}


}
