

.custom_row[data-first-layout="voice_talent_banner"] {
	padding-bottom:  0;
	height:  calc( 100vh - 60px - 170px )!important;
}

.custom_row[data-first-layout="voice_talent_banner"] {
	color:  white;
}

.custom_row[data-first-layout="voice_talent_banner"] > .container {
	width:  100%!important;
	position: static;
}

.layout_voice_talent_banner .content {
	margin-top:  calc( ( 100vh - 60px - 170px ) * -0.2 );
	position: relative;
	z-index:  2;
}

.layout_voice_talent_banner .banner_image {
	position: absolute;
	bottom:  0;
	left:  0;
	height: calc( ( 100vh - 60px - 170px ) / 1.3 );
	min-height: 200px;
	z-index: 1;
	overflow: hidden;
	max-width:  100%;
}

.custom_row.medium_height .layout_voice_talent_banner .banner_image  img {
	max-width:  none;
}

.layout_voice_talent_banner h1,
.layout_voice_talent_banner a {
	color:  inherit!important;
}

.layout_voice_talent_banner a {
	font-weight:  normal;
}
.layout_voice_talent_banner a:hover {
	text-decoration: underline;
}

.layout_voice_talent_banner .banner_image img {
	vertical-align: bottom;
	height:  100%;
	width:  auto;
}
.layout_voice_talent_banner .talent_name {
	position: absolute;
	left:  calc( ( 100vh - 60px - 170px ) / 1.95 );
	bottom:  20px;
	z-index:  1;
	font-size:  20px;
}

.layout_voice_talent_banner .talent_name svg {
    margin-bottom: 3px;
}


.layout_voice_talent_banner .content h1 {
	font-size:  64px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.layout_voice_talent_banner .content p {
	font-size:  30px;
	line-height:  1.2em;
}

.layout_voice_talent_banner .banner_review {
	position: absolute;
	right:  50px;
	bottom:  50px;
	z-index: 1;
}

.layout_voice_talent_banner .banner_review table {
	width:  auto;
}

.layout_voice_talent_banner .banner_review td {
	padding:  0 10px;
}


.layout_voice_talent_banner .banner_review .photo {
	border-radius: 50%;
	width:  85px;
	height:  85px;
	overflow: hidden;
	display:  block;
}

.layout_voice_talent_banner .banner_review .col_info .border {
	border-right:  1px solid white;
	padding-right:  20px;
}

.layout_voice_talent_banner .banner_review .name {
	font-size:  20px;
	font-weight:  bold;
}

.layout_voice_talent_banner .banner_review .col_text {
	max-width: 412px;
	font-size:  15px;
	line-height:  25px;
}

.layout_voice_talent_banner .banner_review .col_text .custom_scroll_content {
	max-height:  100px;
}

.layout_voice_talent_banner .star_rating {
	margin:  0;
	display:  block;
}

.layout_voice_talent_banner .client_name_photo {
	margin-top:  10px;
}

.layout_voice_talent_banner .client_name_photo picture {
	display:  inline-block;
	width:  40px;
	height:  40px;
	border-radius: 50%;
	overflow:  hidden;
	vertical-align: middle;
	margin-right:  10px;
}

.layout_voice_talent_banner .preload_images {
	width:  0;
	height:  0;
	overflow:  hidden;
}



.layout_voice_talent_banner .bottom_right_video {
	position: absolute;
	right:  50px;
	bottom:  50px;
	z-index: 1;
	width: 350px;
}

.layout_voice_talent_banner .bottom_right_video .video_image {
    padding: 28% 0;
	display: block;
	background-size: cover;
	background-position: center;
	background-color: #272e2b;
	text-align: center;
	height: 0;
	position: relative;
}

.layout_voice_talent_banner .bottom_right_video .video_image svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



@media( max-height: 900px ){
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .content h1 {
		font-size:  55px;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .content p {
		font-size:  25px;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review {
		right:  20px;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review .col_text {
		max-width:  350px;
	}
}


@media( max-height: 850px ){
	.layout_voice_talent_banner .bottom_right_video {
		width: 250px!important;
		right:  20px!important;
		bottom:  20px!important;
	}
}



@media( max-height: 700px ){
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review .col_text .custom_scroll_content {
		max-height:  50px;
	}

	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review .photo {
	    width: 70px;
	    height: 70px;
	}

	.custom_row:not( .medium_height ) .layout_voice_talent_banner .content h1 + p {
		margin-top:  -20px;
	}

	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review {
		display:  none!important;
	}
}


@media( max-height: 650px ){
	.layout_voice_talent_banner .bottom_right_video {
		width: 200px!important;
		right:  10px!important;
		bottom:  10px!important;
	}
}



@media( max-width: 1400px ){
	.layout_voice_talent_banner .bottom_right_video {
		width: 300px;
		right:  20px;
		bottom:  20px;
	}
}



@media( max-width: 1200px ){
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review .col_photo {
		display:  none;
	}
}


@media( max-width: 1024px ){
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .content {
	    margin-top: calc( ( 100vh - 25vh ) * -0.2 );
	    padding:  0 30px;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .content h1 + p {
		margin-top:  -20px;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .talent_name {
		left:  100px;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review .col_photo {
		display:  table-cell;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review .col_info .border {
		border:  0;
		padding:  0;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review .col_text {
		display:  none;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_image {
		height: calc( ( 100vh - 25vh ) / 2 );
	}
	.custom_row:not( .medium_height )[data-first-layout="voice_talent_banner"] {
		height:  500px!important;
	}
	.layout_voice_talent_banner .bottom_right_video {
		width: 250px;
	}
}


@media( max-width: 768px ){
	.custom_row:not( .medium_height )[data-first-layout="voice_talent_banner"] {
		padding-bottom:  300px;
		height:  auto!important;
		position: relative;
	}
	.custom_row:not( .medium_height )[data-first-layout="voice_talent_banner"].vertical_align > .container {
		display: block;
		padding-top: 100px;
		position: static;
	}
	.custom_row:not( .medium_height )[data-first-layout="voice_talent_banner"].vertical_align > .container > .valign-wrapper {
		display: block;
	}

	.custom_row .layout_voice_talent_banner .content h1 {
		font-size:  3em!important;
	}

	.custom_row:not( .medium_height ) .layout_voice_talent_banner .content h1 {
		margin-top:  100px;
	}
	.custom_row:not( .medium_height ) .layout_voice_talent_banner .content h1 br {
		display:  none;
	}
	.custom_row .layout_voice_talent_banner .content p {
		font-size:  1.5em;
		margin-top:  -20px!important;
	}

	.custom_row .layout_voice_talent_banner .talent_name {
    	left: 20px;
    	font-size:  18px;
	}
	.custom_row .layout_voice_talent_banner .talent_name strong {
		display:  block;
	}
	.custom_row .layout_voice_talent_banner .talent_name span {
		display:  none;
	}
	.layout_voice_talent_banner .bottom_right_video {
		display: none;
	}
}


@media( max-width: 500px ){

	.custom_row:not( .medium_height )[data-first-layout="voice_talent_banner"] {
		min-height: 0!important;
		padding-bottom: 30px;
	}

	.custom_row:not( .medium_height )[data-first-layout="voice_talent_banner"].vertical_align > .container {
		padding-top: 0;
	}

	.custom_row:not(.medium_height) .layout_voice_talent_banner .content {
		margin-top: 20px;
	}

	.custom_row:not(.medium_height) .layout_voice_talent_banner .content h1 {
		margin-top: 0px;
		max-width: none;
	}

	.custom_row .layout_voice_talent_banner .content p {
		margin-top:  0px!important;
	}

	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_image {
		height:  250px;
	}

	.custom_row:not( .medium_height ) .layout_voice_talent_banner .banner_review {
		display:  none!important;
	}

	.custom_row:not( .medium_height ) .layout_voice_talent_banner .talent_photo_name {
		display: none;
	}

}











.custom_row.medium_height[data-first-layout="voice_talent_banner"]  {
	height:  calc( 100vh - 60px - 400px )!important;
	min-height:  280px;
	padding:  0;
}

.custom_row.medium_height[data-first-layout="voice_talent_banner"] > .container  {
	height: 100%;
}

.custom_row.medium_height .layout_voice_talent_banner .content {
	margin-top:  0!important;
	margin-bottom:  0;
	padding-top:  50px;
	padding-bottom:  50px;
}

.custom_row.medium_height .layout_voice_talent_banner .banner_image {
	height: calc( ( 100vh - 60px - 320px ) / 1.3 );
	min-height:  250px;
}

.custom_row.medium_height .layout_voice_talent_banner .talent_name {
	left: calc( ( 100vh - 60px - 300px ) / 1.95 );
}

.custom_row.medium_height .layout_voice_talent_banner .content h1 {
	margin-top:  0;
	padding:  0 20px;
}


@media( max-height: 800px ){
	.custom_row.medium_height[data-first-layout="voice_talent_banner"] {
		height:  auto!important;
	}
	.custom_row.medium_height .layout_voice_talent_banner .content {
		padding-top:  50px;
		padding-bottom:  90px;
	}
	.custom_row.medium_height .layout_voice_talent_banner .content h1 {
		font-size:  55px;
	}
	.custom_row.medium_height .layout_voice_talent_banner .content p {
		font-size:  25px;
	}
}


@media( max-width: 500px ){
	.custom_row.medium_height .layout_voice_talent_banner .banner_image {
		max-height: 350px;
	}
	.custom_row.medium_height .layout_voice_talent_banner .content,
	.custom_row.medium_height .layout_voice_talent_banner .talent_name {
		text-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
	}
	.custom_row.medium_height .layout_voice_talent_banner .talent_name {
		left:  20px;
	}
}









.layout_voice_talent_banner form {
	margin-top:  60px;
	padding:  0 20px;
}


@media( max-height: 800px ){
	.layout_voice_talent_banner form {
		margin-top:  20px;
	}
}









