@media screen and (max-width: 3840px) and (min-width: 2160px) {
	header .container {
	  max-width: unset;
	  margin: unset;
	  padding: 0 160px 0 60px;
	}
	.bio_sonification h2{
		margin-left: -8px;
	}
	.bio_container {
	  padding: 0 250px 0 40px;
	}
	.bio_text_col{
		justify-content: flex-end;
	}
}
@media screen and (max-width: 2160px) and (min-width: 1920px) {
	.bio_container {
		padding: 0 200px 0 40px;
	}
}
@media only screen and (max-width: 1900px) {
	.bio_container {
	  padding: 0 190px 0 40px;
	}
}
@media only screen and (max-width: 1822px) {
	.nature_heading h2{
		font-size: 35px;
		line-height: 1.3;
	}
	.headerlogo a{
		font-size: 35px;
	}
	.headerlogo a span{
		font-size: 30px;
	}
	header {
	  padding: 50px 0 0 0;
	}
	.bio_sonification_col::after {
		width: 650px;
		background-size: 650px;
	}
	.bio_sonification_col{
		padding: 600px 0 0;
	}
}
@media only screen and (max-width: 1628px) {
	.bio_sonification h2{
		font-size: 100px;
	}
	.bio_title h2.enjoy_heading span.norotate{
		top: -30px;
	}
	.bio_area h3{
		font-size: 40px;
		line-height: 50px;
	}
	.bio_sonification .bio_sonification_box{
		width: 87px;
		padding: 5px;
	}
	.bio_title h2.enjoy_heading, .bio_title h2.about_heading{
		font-size: 130px;
		margin-left: -11px;
	}
	.green_highlight{
		font-size: 67px;
  		line-height: 1.2;
	}
	.biotext .bar {
	  width: 200px;
	  height: 20px;
	  margin: 19px 10px 0 0px;
	}
	.bio_subtitle {
		font-size: 26px;
		margin-top: 20px;
		line-height: 1.3;
	}
	.bio_image{
		left: 220px;
	}
	.bio_container {
		padding: 0 80px 0 40px;
	}
}
@media only screen and (max-width: 1490px) {
	header {
		padding: 30px 0 0 0;
	}
	.headerlogo a{
		font-size: 30px;
	}
	.headerlogo a span {
		font-size: 22px;
	}
	.nature_heading h2{
		font-size: 25px;
	}
	.bio_sonification_col {
		padding: 460px 0 0;
	}
	.bio_sonification_col::after {
		width: 530px;
		background-size: 530px;
	}
	.bio_area {
	  padding-bottom: 60px;
	}
	.bio_image{
		left: 200px;
	}
	.bio_container {
		padding: 0 15px 0 40px;
	}
}
@media only screen and (max-width: 1300px) {
	.bio_title h2.enjoy_heading, .bio_title h2.about_heading {
		font-size: 100px;
		margin-left: -9px;
	}
	.bio_title h2.enjoy_heading span.norotate{
		top: -23px;
	}
	.green_highlight {
		font-size: 50px;
		line-height: 1.2;
	}
	.biotext .bar {
		width: 144px;
		height: 17px;
		margin: 19px 10px 0 0px;
	}
	.bio_sonification h2 {
		font-size: 80px;
	}
	.bio_area h3{
		font-size: 35px
	}
	.bio_subtitle{
		font-size: 20px;
		margin-top: 16px;
	}
}
@media only screen and (max-width: 1230px) {
	header {
		padding: 25px 0 0 0;
	}
	.headerlogo a{
		font-size: 25px;
	}
	.headerlogo a span {
		font-size: 18px;
		line-height: 0.8;
	}	
	.bio_container {
		padding: 0 30px;
	}
	.nature_heading h2 {
		font-size: 20px;
	}
	.bio_sonification_col::after {
		width: 420px;
		background-size: 420px;
	}
	.bio_sonification_col {
		padding: 360px 0 0;
	}
	.bio_area {
	  padding-bottom: 30px;
	}
	.bio_image {
	  display: block;
	  position: absolute;
	  top: unset;
	  left: 197px;
	  bottom: 0;
	}
	.bio_image img {
	  height: calc(95vh - 30px);
	}
}
@media only screen and (max-width: 1024px) {
	.bio_section {
  		padding-top: 68px;
  	}
  	.bio_content{
		flex-direction: column-reverse;
	}
	.bio_sonification_col, .bio_text_col{
		width: 100%;
	}
	.bio_sonification_col {
	  padding: 20px 20px 0px 0;
	}
	.bio_text_col {
	  padding: 60px 0 0;
	}
	.bio_container {
		padding: 0;
	}
	.bio_image {
		display: block;
		left: 0;
	}
	.bio_area{
		z-index: 1;
		padding: 0 10px 10px 0;
	}
	.bio_sonification_col {
		justify-content: flex-end;
	}
	.bio_text_col{
		justify-content: center;
		align-items: center;
	}
	.bio_image img {
		height: calc(100vh - 350px);
	}
}
@media only screen and (max-width: 767px) {
	header {
		padding: 30px 0 0 0;
	}
	.header_row{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.headerlogo, .nature_heading{
		width: 100%;
		text-align: center;
	}
	.nature_heading h2{
		text-align: center;
		margin-top: 15px;
	}
	.bio_sonification_col {
	  padding: 620px 10px 0px 0;
	}
	.bio_area {
	  padding-bottom: 25px;
	}
	.bio_image img {
		height: 400px;
	}
	.bio_section {
		padding-top: 130px;
	}
	.bio_image img.bio-image{
	  display: none;
	}
	.bio_image img.bio-image-mobile{
	  display: block;
	}
	.bio_image img {
		height: calc(100vh - 400px);
	}
}
@media only screen and (max-width: 600px) {
	.bio_sonification_col {
	  padding: 560px 10px 0px 0;
	}
	.bio_sonification_col::after {
		background-image: url('../../assets-new/images/bioimage-mobile.png');
	}
	.bio_sonification_col::after {
	    width: 450px;
    	background-size: 450px;
	}
	.bio_area {
		padding-bottom: 0;
	}
	.about_heading {
	  margin-top: 3px;
	}
	.bio_area h3 {
		font-size: 25.3px;
		line-height: 1.3;
	}
	.bio_sonification .bio_sonification_box {
		width: 80px;
		padding: 5px;
		margin-left: 5px;
	}
	.bio_sonification h2 {
		font-size: 50px;
		line-height: 1;
	}
}
@media only screen and (max-width: 480px) {
	.headerlogo a {
		font-size: 18px;
	}
	.headerlogo a span {
		font-size: 16px;
		line-height: 1.2;
	}
	.nature_heading h2 {
    	font-size: 18px;
    }
    .biotext .bar {
		width: 124px;
		height: 17px;
		margin: 15px 10px 0 0px;
	}
	.bio_title h2.enjoy_heading, .bio_title h2.about_heading {
		font-size: 85px;
		margin-left: -7px;
	}
	.bio_subtitle {
		font-size: 17px;
		margin-top: 12px;
	}
	.bio_sonification h2 {
		font-size: 56px;
	}
	.bio_area h3 {
		font-size: 21px;
	}
	.bio_sonification .bio_sonification_box {
		width: 47px;
		padding: 4px;
		margin-left: 6px;
	}
	.bio_sonification .bio_sonification_box p{
		font-size: 6px;
  		line-height: 7px;
	}
	.bio_area h3 {
		font-size: 22px;
		line-height: 1.3;
	}
	.bio_title h2.enjoy_heading span.norotate {
		top: -19px;
	}
	.rotateword.word_e {
	  position: relative;
	  top: -1px;
	}
	.bio_sonification_col {
		padding: 0 10px 0px 0;
	}
	.bio_area{
		z-index: 1;
		padding-bottom: 5px;
	}
	.bio_sonification_col {
		justify-content: flex-end;
	}
	.about_heading {
	  margin-top: 1px;
	}
}
@media only screen and (max-width: 420px) {
	.bio_sonification_col {
		padding: 0 10px 0px 0;
	}
	.bio_sonification h2 {
		font-size: 46px;
	}
	.bio_area h3 {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media only screen and (max-width: 375px) {
	.bio_sonification_col::after {
	    width: 335px;
	    background-size: 335px;
	}
}