<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@import url(/style/color-scheme.css);

body, html{
	background-image: url("/img/background/blaehubb-glow.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: rgb(0, 0, 0);
	height: 100%;
	margin: 0;
	color: var(--clr-EMBrown);
	font-family:  Helvetica, "Helvetica Neue", Arial, "sans-serif";
}

body.en .langDE {
	display: none;
}
body.de .langEN {
	display: none;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	color: var(--clr-EMBrown);
	transform: 0.1s;
	transition: 0.1s;
}

a:hover {
    color: var(--clr-EMLightbrown);
}

hr{
	color: var(--clr-EMBrown);
}

strong{
	font-weight: 600;
}

table, th, td{
	border-collapse: collapse;
	border:1px solid black;
	padding: 5px;
}

li{
	position: relative;
	left: 1em;
	width: calc(100% - 1em);
}

ul.top {
	position: relative;
	left: -2.5em;
    list-style-type:disc;
}

ul {
    list-style-type:disc;
}

#hdr-img{ 
	width: 100%;
	height: 400px;
	background-image: url("/img/banner/banner-album-wp.jpg");
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
}

@keyframes jump-bnr_vis{
	0% {}
	50% {color: var(--clr-EMWhite);bottom: -0.1em;}
	75% {color: var(--clr-EMLightbrown)}
	100% {}
}

@keyframes jump-bnr_hvr{
	0% {}
	100% {color: var(--clr-EMWhite);bottom: -0.1em;}
}

.jump-bnr, .jump-bnr:link{
	position: absolute;
	font-size: 5em;
	color: var(--clr-EMLightbrown);
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	animation-name: jump-bnr_vis;
  	animation-duration: 1.5s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.jump-bnr:hover{
	animation-name: jump-bnr_hvr;
  	animation-duration: 0.1s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

.mnpg-fillerImg{
	background-color: #000000;
	height: calc(100vh - 9.15em);
	width: 100%;
	overflow: hidden;
}

.mnpg-fillerImg-I{
	position: relative;
	width: 100vw;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pagefill{
	height: 100vh;
}

.pagefill-center{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
}

.pgBg1{
	background-image: url('/img/gallery/studio-bw.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1000px){
	.pgBg1{
		background-image: url('/img/banner/orchestra_bright.jpg');
	}
}

.bnrBg1{
	background-image: url('/img/banner/orchestra_bright.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1000px){
	.bnrBg1{
		margin: 0 auto;
		background: none!important;
		height: 100vh;
		text-align: center;
		display: grid;
		align-items: center;
		width: 85%;
	}
}

.fade-banner{
	height: 25em;
	width: 100%;
	overflow: hidden;
}

.fade-banner_img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fade-banner_gradient{
	width: 60%;
	height: 25em;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, var(--clr-EMWhite) 100%);
	z-index: 1;
	position: absolute;
}

.txt-box{
	top: 0em;
	text-align: center;
	background-color: var(--clr-EMBrownTrans);
	width: 100%;
	position: relative;
	padding-top: 1em;
}

.hdr-left{
	display: inline-block;
	width: 5em;
	text-align: right;
	font-size: 1.8em;
	color: var(--clr-EMWhiteSec);
	height: 3em;
	top: -0.3em;
	position: relative;
}

.hdr-right{
	position: relative;
	margin-left: 0.5em;
	display: inline-block;
	width: 25em;
	text-align: left;
	height: 3em;
}

.head-txt{
	top: 0.2em;
	left: 0em;
	color: var(--clr-EMWhiteSec); /*#FFD483*/
	font-weight: 700;
	font-size: 2.5em;
	letter-spacing: 0em;
	position: relative;
	font-family: geomanistregular;
}

.head-tline-txt{
	top: -0.2em;
	position: relative;
	color: var(--clr-EMWhiteSec); /*var(--clr-EMWhiteSec)*/
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	font-family: geomanistregular;
}

.head-tline-txt_2{
	top: -0.5em;
	position: relative;
	color: var(--clr-EMWhiteSec);
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: 0.5em;
	font-family: geomanistregular;
}

.space{
	position: relative;
	height: 4em;
}

.space-small{
	position: relative;
	height: 1.2em;
}

.space-tiny{
	position: relative;
	height: 0.2em;
}

.btm-space{
	position: static;
	height: 4em;
}

.boxHeader{
	font-family: geomanistregular;
	font-size: 2em;
	font-weight: 800;
	margin: 0;
}

.boxSub{
	font-family: geomanistregular;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0.0em;
}

.intro{
	background-color: var(--clr-EMBrownTrans);
	margin: 0px auto;
	width: 60%;
	height: auto;
	padding: 2% 0;
	text-align: center;
}

.intro-long{
	background-color: var(--clr-EMBrownTrans);
	margin: 0px auto;
	width: 60%;
	height: auto;
	padding: 2% 0;
	text-align: center;
}

.intro-content{
	height: auto;
	width: calc(100% - 6em);
	background-color: var(--clr-EMWhite);
	padding: 3em;
}

.intro-content-txt{
	left: 0em;
	width: 100%;
	position: relative;
	color: var(--clr-EMBrown);
	font-weight: 500;
	font-size: 1.2em;
	vertical-align: middle;
}

.intro-content-txt_lower{
	margin: 0 auto;
	left: 0em;
	width: 80%;
	position: relative;
	color: #000;
	font-weight: 400;
	font-size: 1em;
	vertical-align: middle;
}

.intro-content-txt_contact{
	margin: 0 auto;
	top: 1em;
	left: 0em;
	width: 80%;
	position: relative;
	color: var(--clr-EMBrown);
	font-weight: 400;
	font-size: 1em;
	text-align: justify;
	vertical-align: middle;
}

.bordered{
	position: relative;
	border: 0.2em solid var(--clr-EMBrown);
	padding:1em;
}

.accentBG{
	background-color: rgb(248, 223, 189);
	padding: 0.5em;
}

.contact-flex{
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items:center;
	align-content: center;
	gap: 1em;
	flex-wrap: wrap;
}

#CONTACT-txt{
	position: relative;
	color: var(--clr-EMBrown);
	font-weight: 500;
	font-size: 1.2em;
	text-align: left;
	flex: 1 1 1;
}

#CONTACT-profile{
	height: 8em;
	width: 8em;
	position: relative;
	flex: 1 1 1;
}

#CONTACT-profile_{
	height: 8em;
	border-radius: 100%;
}

.inlineImgDiv{
	width: 100%;
	height: 20em;
	overflow: hidden;
	align-content: center;
	background-color: var(--clr-EMBrownDark);
}

.inlineImg{
	height: 100%;
	min-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: relative;
}

@media screen and (max-width: 1000px){
	.inlineImgDiv{
		height: 15em;
	}
}

.quote{
	border-left: 0.2em solid var(--clr-EMBrown);
}

.quoteInner{
	padding: 0em 0em 0em 0.5em;
	left: 1em;
	font-family: geomanistitalic;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4!important;
	text-wrap: balance;
}

.column{
	text-align: justify;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	-webkit-column-rule: 0.1em solid rgba(115, 83, 45, 0.0);
	-moz-column-rule: 0.1em solid rgba(115, 83, 45, 0.0);
	column-rule: 0.1em solid rgba(115, 83, 45, 0.0);
}

.column img {
	width: 100%;
	max-height: 12em;
	object-fit: cover;
	object-position: top;
}

@media screen and (max-width: 1000px){
	.column{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.circ{
	padding: 0.2em!important;
	font-size: 1.5em!important;
	height: 1.2em!important;
	width: 1.2em!important;
	text-align: center!important;
	text-decoration: none!important;
	background: var(--clr-EMBrown)!important;
  	color: white!important;
	border-radius: 100%!important;
	overflow: hidden;
	line-height: 1.2em!important;
}

.circ:hover{
	opacity: 0.7;
}

.social-links{
	height: 2em;
	margin-bottom: -1.5em;
}

.socialLinkC{
	margin-top: 0.3em;
	position: relative;
	display: inline-block;
}

.socialLink{
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 1.8em;
	width: 1.8em;
	font-size: 1.3em;
	color: var(--clr-EMWhite)!important;
	background-color: var(--clr-EMBrown);
	border-radius: 100%;
	transition: 0.3s!important;
	transform: 0.3s!important;
}

.socialLink:hover, .socialLink:active{
	color: var(--clr-EMWhite)!important;
	background-color: var(--clr-EMLightbrown);
}

.profile{
	border-radius: 100%;
}

.profile-img{
	border-radius: 100%;
	border: 0.5em solid var(--clr-EMBrown);
	height: 14em;
	left: 8em;
	position: relative;
	float: left;
}

.prbox{
	background-color: var(--clr-EMBrownTrans);
	margin: 0px auto;
	width: 60%;
	height: 23em;
	padding: 1.2em 0;
	text-align: center;
}

.prboxcnt{
	height: auto;
	width: 100%;
	background-color: var(--clr-EMWhite);
	padding: 4% 0;
	top: 1.2em;
	position: relative;
	text-align: center;
}

.prsquare-container{
	display: flex;
    order: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: flex-stretch;
}

.prsquare{
	flex: 1 0 32%;
    margin: 0 auto;
    height: auto;
    width: auto;
	max-width: 16em;
	padding: 1.3em 0.6em 1.3em 0.6em;
	display: inline-block;
	background-color: none;
	position: relative;
	/*height: auto;
	min-height: 13em;
	width: 28%;*/
	left: 0em;
	overflow: hidden;
	vertical-align: middle;
	background: none;
}

.prsquare-poster{
	flex: 1 0 32%;
    margin: 0 auto;
    height: auto;
    width: auto;
	padding: 1.3em 0.6em 1.3em 0.6em;
	display: inline-block;
	background-color: none;
	position: relative;
	/*height: auto;
	min-height: 13em;
	width: 28%;*/
	left: 0em;
	overflow: hidden;
	vertical-align: middle;
	background: none;
}

.prsquare-img-container{
	background-color: black;
	height: 16em;
	width: 16em;
	overflow: hidden;
	background-color: none;
	position: relative;
	
}

.prsquare-img{
	height: 100%;
	position: relative;
	display: block;
}

.prsquare-img-container-poster{
	background-color: black;
	height: fit-content;
	width: 15em;
	overflow: hidden;
	background-color: none;
	position: relative;
}

.prsquare-img-poster{
	width: 100%;
	position: relative;
	display: block;
}

.prsquare-overlay{
	width: 100%;
	height: 100%;
	background-color: #000;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.0;
	transform: 0.2s;
	transition: 0.2s;
}

.prsquare-overlay-inner{
	color: white;
	margin: 0;
	width: 90%;
	font-size: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.prsquare-overlay-icon{
	color: white;
	margin: 0;
	width: 100%;
	font-size: 8em;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.prsquare-overlay:hover{
	opacity: 0.6;
}


a.prsquare-link{
	text-decoration: none;
}

.prsquare-txt{
	top: 0.5em;
	font-weight: 400;
	font-size: 1.0em;
	text-align: left;
	position: relative;
	width: 100%;
}

.prsquareEx-container{
	display: flex;
    order: 0;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    gap: 1em;
    justify-content: center;
    align-items: flex-stretch;
}

a.prsquareEx-link{
	text-decoration: none;
}

.prMultiPlayer{
	background-color: rgb(235, 211, 180)!important;
	padding: 1em;
}

.prsquareEx{
	flex: 1 0 32%;
	background-color: rgb(235, 211, 180)!important;
    margin: 0 auto;
    height: 12em;
    width: 16em;
	padding: 0em 0em 5.3em 0em;
	display: inline-block;
	background-color: none;
	position: relative;
	/*height: auto;
	min-height: 13em;
	width: 28%;*/
	left: 0em;
	overflow: hidden;
	vertical-align: middle;
	background: none;
}

.prsquareEx-txt{
	position: relative;
	margin: 0.5em 0.5em;
	width: 90%;
}

.prsquareEx-img-container{
	height: 9em;
	width: 100%;
	overflow: hidden;
	background-color: #755431;
}

.prsquareEx-img{
	position: relative;
	/*width: 60%;*/
	height: 130%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prsquareEx-dlbtn{
	position: absolute;
	bottom: 0.5em;
	right: 0.6em;
}

.prsquareEx-overlay{
	width: 100%;
	background-color: #00000042;
	height: 9em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.0;
	transform: 0.2s;
	transition: 0.2s;
	text-align: center;
}

.prsquareEx-overlay-icon{
	color: white;
	margin: 0;
	width: 100%;
	font-size: 5em;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.prsquareEx-overlay:hover{
	opacity: 0.6;
}

a.pr-link{
	text-decoration: none;
	font-weight: 400;
	font-size: 1.3em;
	text-align: left;
	position: relative;
	width: 100%;
}

b{
	font-size: 1.0em;
	font-weight: 600;
}

#prbanner-1{
	height: 15em;
	background-image: url("/img/gallery/6bEvj8N.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}

.prbox-txt{
	margin: 1em auto;
	position: relative;
	font-weight: 400;
	font-size: 1em;
	width: 80%;
	text-align: left;
}

.contentbox{
	margin: 0px auto;
	width: 60%;
	height: auto;
	text-align: center;
}

.grid-wrapper-main{
	display: grid;
	grid-template-areas: "main-left sidebar-right";
	grid-template-columns: 3fr 1fr;
	gap: 0 2em;

	margin: 0px auto;
	width: 60%;
	height: auto;
	text-align: center;
}

.grid-contentbox-ML{
	grid-area: main-left;
	min-height: 15em;
	background-color: var(--clr-EMWhite);
}

.grid-contentbox-SR{
	grid-area: sidebar-right;
	min-height: 15em;
	background-color: var(--clr-EMWhite);
}

@media screen and (max-width: 1500px){
	.grid-contentbox-SR{
		display: none;
	}
	.grid-wrapper-main{
		display: block;
		width: 60%;
	}
	.grid-contentbox-ML{
		margin: 0px auto;
		width: 100%;
		height: auto;
		text-align: center;
	}
}

@media screen and (max-width: 1000px){
	.grid-wrapper-main{
		width: 100%;
	}
}

.content-head{
	min-height: 1em;
	background-color: var(--clr-EMBrownDark);
	position: relative;
	color: var(--clr-EMWhiteSec);
	text-align: center;
	font-family: geomanistregular;
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	padding: 0.4em 0em 0.5em;
}

.contentbox-cntnt{
	min-height: 15em;
	background-color: var(--clr-EMWhite);
}

.contentbox-cntnt-banner{
	height: max-content;
	text-align: center;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	position: relative;
	background-color: var(--clr-EMWhite);
}

.inner-hsdfgj{
	position: relative;
	width: calc(100% - 2em);
	height: fit-content;
	background-color: rgb(238, 221, 198);
	padding: 1em;
}

.bg-after{
	background-color: var(--clr-EMWhite);
	top: 0;
	margin: 0 auto;
}

.img-cntnt{
	height: 23em;
	width: 100%;
	object-fit: cover;
	object-position: 0 38%;
	position: relative;
}

.img-cntnt-bnr{
	width: 100%;
	object-fit: cover;
	position: relative;
}

.img-cntnt-bnr_grid-SR{
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: relative;
}

.img-cntnt-timbular{
	height: 23em;
	width: 100%;
	object-fit: cover;
	object-position: 0 38%;
	position: relative;
	
}

.img-cntnt-frst{
	height: 20em;
	width: 100%;
	object-fit: cover;
	position: relative;
}

.img-cntnt-frst-desc{
	z-index: 0.5;
	position: relative;
	background-color: rgba(0, 0, 0, 0.685);
	width: calc(100% - 1em);
	height: 1em;
	padding: 0.4em 0.5em 0.5em 0.5em;
	margin-top: -2.2em;
	color: rgb(145, 145, 145);
	font-size: 0.8em;
	text-align: right;
}

.hdr-tt-medium{
	font-size: 1.2em;
	font-weight: 600;
}

.hdr-tt-small{
	font-size: 0.9em;
	font-weight: 400;
}

.hdr-tt-small span{
	display: inline-block;
}

.hdr-tt-small .nullsmb{
	display: inline-block;
	position: relative;
	top: -0.1em;
}

@media screen and (max-width: 1000px){
	.hdr-tt-small span{
		width: 100%;
	}
	.hdr-tt-small .nullsmb{
		display: none;
	}
}

.contentbox-txt{
	margin: 1em auto;
	margin-bottom: 0;
	position: relative;
	font-weight: 400;
	font-size: 1em;
	width: 80%;
	text-align: left;
}

.showreel-container{
	margin: 0 auto;
	width: 60%;
	position: relative;
	background-color: var(--clr-EMWhite);
}

.showreel-box{
	height: auto;
	background-color: var(--clr-EMWhite);
}

.change-player-ct{
	opacity: 1;
	position: absolute;
	right: 1em;
	bottom: 1.5em;
	transform: 0.4s;
	transition: 0.4s;
}

.cpct-hidden{
	opacity: 0;
	pointer-events: none;
}

.change-bt{
	position: relative;
	color: rgba(255, 255, 255, 0.6);
	background-color:rgba(255, 255, 255, 0);
	text-decoration: none;
	border: none;
	display: inline-block;
	font-size: 1em;
	height: 2.1em;
	width: 2.1em;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.change-bt:hover{
	background-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

div.showreel-bg{
	position: relative;
	left: 0.9%;
	background-color: #000;
	width: 98%;
	height: 171px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.banner-top-text{
	padding: 1em;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	z-index: 2;
}

.banner-container{
	position: relative;
	overflow: hidden;
}

.contentbox-banner_blur{
	filter: blur(1.5em);
	padding: 5em;
	border-radius: 100%;
	background: var(--clr-EMWhite);
	width: 50%;
	height: inherit;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	z-index: 1;
}

.contentbox-banner_blur-soft{
	filter: blur(2.5em);
	padding: 5em;
	border-radius: 100%;
	background: var(--clr-EMWhite);
	width: 50%;
	height: inherit;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	z-index: 1;
}

div.picture-strip{
	margin: 0 auto;
	position: relative;
	width: 60%;
	height: 35em;
	overflow: hidden;
	vertical-align: middle;
	align-content: center;
}

img.picture-strip-img{
	top: -4em;
	width: 100%;
	background-position: center;
	position: relative;
}

div.picture-strip2{
	margin: 0 auto;
	position: relative;
	width: 60%;
	overflow: hidden;
	vertical-align: middle;
	align-content: center;
}

img.picture-strip-img2{
	top: 0em;
	width: 100%;
	background-position: center;
	position: relative;
}

.space-afterplayer{
	position: relative;
	height: 15em;
}

.footer{
	margin: 0em auto;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 5em;
	color: var(--clr-EMBrown);
}

@media screen and (max-width: 1000px){
	body, html{
		background-image: none;
	}
	#cookie-popup { 
		width: 100%;
	}
	#hdr-img{ 
		width: 100%;
		height: calc(80vh - 14em);
		background-size: cover;
	}
	.home-main #hdr-img{
		width: 100%;
		height: calc(100vh - 8.5em); /*4em , 7.6em*/
		background-size: cover;
	}
	.mnpg-fillerImg{
		height: calc(100vh - 14.55em);
	}
	.head-txt{
		font-size: 2em;
	}

	.hdr-left{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.8em;
		color: var(--clr-EMWhiteSec);
		height: 3em;
		top: -0.3em;
		position: relative;
	}
	
	.hdr-right{
		position: relative;
		margin-left: 0em;
		display: block;
		width: 100%;
		text-align: center;
		height: 5em;
	}

	.fade-banner_gradient{
		width: 100%;
	}
	
	.head-tline-txt{
		padding: 0.5em;
		box-sizing: border-box;
		font-size: 1.0em;
	}
	
	.head-tline-txt_2{
		top: 0em;
		letter-spacing: 0.2em;
	}

	.intro-content{
		height: auto;
		width: calc(100% - 1em);
		background-color: var(--clr-EMWhite);
		padding: 2em 0.5em;
	}
	
	.intro-content-txt{
		font-size: 1em;
		padding: 0.5em;
		box-sizing: border-box;
	}

	.intro-content-txt_lower{
		text-align: justify;
	}

	.intro-content-txt_contact{
		text-align: justify;
	}
	
	.intro, .intro-long {
		width: 100%;
		padding: 1em 0;
	}
	
	#CONTACT-txt{
		text-align: center;
		flex: 0 1 100%;
	}
	
	#CONTACT-profile{
		flex: 0 1 100%;
	}

	.social-links{
		height: 2em;
		margin-top: 0.2em;
		margin-bottom: 0.5em;
		padding-bottom: 0.em;
	}
	
	.img-cntnt{
		height: 10em;
		width: 100%;
		object-position: 0 30%;
	}
	.img-cntnt-bnr{
		height: 100%;
		min-height: 18em;
	}
	.img-cntnt-frst{
		height: calc(10em + 5vw);
	}

	.contentbox-banner_blur{
		width: 90%;
		height: 10%;
	}

	.banner-top-text{
		width: 90%;
	}
	
	#CONTACT-profile_{
		height: 8em;
	}
	
	div.soundcloud-container {
		width: 100%;
	}
	div.picture-strip{
		width: 100%;
	}
	div.picture-strip2{
		width: 100%;
	}
	.space-afterplayer{
		height: 35em;
	}

	.prsquare-link{
		width: 45vw;
	}
	
	.prsquare{
		width: 90%;
	}

	.prsquare-poster{
		vertical-align: top;
		width: 44%;
	}

	.prbox{
		width: 100%;
		height: 20em;
		padding: 1.2em 0;
	}

	.prbox-txt{
		font-weight: 300;
		text-align: justify;
	}

	.prsquareEx{
		min-height: 14em;
	}

	.prsquareEx-dlbtn{
		position: absolute;
		bottom: 0.5em;
		right: 0.6em;
	}
	
	.contentbox{
		width: 100%;
	}

	.contentbox-banner{
		position: relative;
	}
	
	.contentbox-txt{
		/*font-size: 1em;*/
		font-weight: 300;
		text-align: justify;
		width: 95%;
	}
	
	.prsquare-img-container{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.prsquare-img{
		height: auto;
		width: 100%;
	}

	.prsquare-img-container-poster{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	
	.prsquare-img-poster{
		width: 100%;
	}

	.prsquare-txt{
		width: 90%;
		margin: 0 auto;
		font-weight: 400;
		/*font-size: 1.1em;*/
		text-align: left;
	}
	a.pr-link{
		font-weight: 400;
		/*font-size: 1.3em;*/
	}
	div.showreel-container{
		width: 100%;
		height: auto;
	}
}</pre></body></html>