/**
 * Fonts
 */
@font-face {
    font-family: 'Strarat';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1756518/Strarat-Elegante-Font.woff2') format('woff2');
    src: url('https://files.cargocollective.com/c1756518/Strarat-Elegante-Font.woff') format('woff');
}

/*
@font-face {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1756518/HelveticaNeue.ttc') format('woff');
}
*/


@font-face {
    font-family: 'Acumin';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1756518/AcuminVariableConcept.otf') format('woff');
}

@font-face {
    font-family: 'Acumin';
    font-weight: medium;
    font-style: medium;
    src: url('https://files.cargocollective.com/c1756518/AcuminVariableConcept.otf') format('woff');
}

@font-face {
    font-family: 'Areminiscentsmile';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1751054/areminiscentsmile-Regular.ttf') format('woff');
}
@font-face {
    font-family: 'Blatant';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1779245/Blatant.woff2') format('woff2');
    src: url('https://files.cargocollective.com/c1779245/Blatant.woff') format('woff');
}

@font-face {
    font-family: 'Rothek';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1779245/Groteskly-Yours---Rothek-ExtraLight.woff2') format('woff2');
    src: url('https://files.cargocollective.com/c1779245/Groteskly-Yours---Rothek-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1779245/Chivo-Regular.woff2') format('woff2');
    src: url('https://files.cargocollective.com/c1779245/Chivo-Regular.woff') format('woff');
}

.icon-link {
	position: fixed;
    top: 10vh;
    left: 5vw;
    z-index: 100;
}

.icon-link-about {
	position: fixed;
    top: 8vh;
    right: 5%;	
    z-index: 100;
}


.creations_navigation
{
position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
}


/* showreel video container*/
body > div.main_container > div.content_container > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(2) > div.page.container.container_width


.about_bio{
    	/*margin-top: 8vh !important;*/
	
}

.about_contact_heading{
	margin-top: calc(8vh - 1.2vh) !important;
    margin-bottom: 1.5vh !important;
}

.page_body{
    min-height: 100vh;
}


.img_hover_wrapper h2 {
	margin-left: 8vw !important; 
    display: inline;
    z-index: 100;
}
.img_hover_wrapper {
    display: inline;
    z-index: 100;
    
}
.img_hover_wrapper img {
width: 100%;
height: auto;
max-width: 95vw;
max-height: 90vh;
height: auto;
object-fit: cover;
position: absolute;
top: 50vh;
transform: translateY(-50%);
left: calc((100vw - 95vw)/2);
display: none;
pointer-events: none;
z-index: 1;
}
.img_hover_wrapper:hover img{
	display: block;
    z-index: -1;
}
.img_hover_wrapper video {
max-width: 80vw;
max-height: 90vh;
height: auto;
position: absolute;
top: 50vh;
transform: translateY(-50%);
left: 10vw;
opacity: 0%;
pointer-events: none;
z-index: 1;
}
.img_hover_wrapper:hover video{
	opacity: 100%;
    z-index: -1;
}

/*
.img_hover_wrapper h2::before {
    content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.48);
    pointer-events: none;
    display: none;
}
.img_hover_wrapper:hover h2::before{
	display: block;
}
*/








/*
.links_socials
  {
  margin-left: 8vw;
  margin-top: 5vw;
  position: relative;
  }
*/
  
.hover_im_codemode
{
    position: absolute;
    width: 70vw !important;
    z-index: -100;
    display: none;
}

.heading_codemode:hover > .hover_im_codemode
{
    display: block;
}

.hover_im_emission
{
    position: absolute;
    width: 70vw !important;
    z-index: -100;
    display: none;
}

.heading_emission:hover > .hover_im_emission
{
    display: block;
}

.hover_im_erratic
{
    position: absolute;
    width: 70vw !important;
    z-index: -100;
    display: none;
}
.heading_erratic:hover > .hover_im_erratic
{
    display: block;
}

.hover_im_sincerity
{
    position: absolute;
    width: 70vw !important;
    z-index: -100;
    display: none;
}
.heading_sincerity:hover > .hover_im_sincerity
{
    display: block;	
}
.hover_im_cloudcouture 
{
    position: absolute;
    width: 70vw !important;
    z-index: -100;
    display: none;
}
.heading_cloudcouture:hover > .hover_im_cloudcouture
{
    display: block;	
}





/* найти что это 
body > div.main_container > div.content_container > div:nth-child(1) > div > div > div.page.container.container_width > bodycopy > div > div.links_socials > div > img
{
    width: 70vw !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
} */





.video_wrap {
	width: 70% !important;
    position: absolute;
    top: 0px;
    left: -5vw;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.my_video {
    width: 100% !important;
    height: auto !important;
    pointer-events: none;
}

.image-gallery_wrap {
	height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-gallery_wrap img {
	min-width: 100vw !important;
    min-height: 100vh !important;
    object-fit: cover;
}


/**
 * Content
 */

/**
 * About Page
 */

.breaking_line
{
width: 100%;
height: 2px;
background-color: black;
margin: 0;
}


.about_grid
{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
grid-template-areas:
"summary education_heading"
"summary education_info"
"summary experience_heading"
"summary experience_info"
"summary links_heading"
"summary links_socials"
}
.summary 
{
grid-area: summary;
margin-left: 8vw;
margin-top: 5vh;
width: 60%;
}

.education_heading
{
grid-area: education_heading;
margin-top: 3vh !important;}

.education_info {grid-area: education_info; width: 75%;}
.experience_heading {grid-area: experience_heading;}
.experience_info {grid-area: experience_info; width: 75%;}
.links_heading {grid-area: links_heading;}
.links_socials {grid-area: links_socials; font-size: 19px !important;}


/**
 * Pendant Page
 */
.pendant
{
margin-right: 30vw;
margin-left: auto;
}

.slide1
{
margin-top: 8vh;
margin-bottom: 20vh;
margin-left:2.9vw;
margin-right: 2.9vw;
}

.grid
{
display: grid;

grid-template-columns: 56fr 22fr 21fr;
grid-template-areas:
"one one one"
"empty two1 two1"
"empty three1 three2"
"empty two2 two2"
"empty three3 three3";

row-gap: 10px;
column-gap: 10px;
}

.one
{
grid-area: one;
width: 100%;
height: 8vw;
padding: 0;
margin:0;
font-size: 7vw !important;
text-align: center !important;
margin-top: -2vh;
margin-bottom: 10vh;
z-index:10;
color: #c0ff00;
}

.empty
{
grid-area: empty;
width: 100%;
height: auto;
z-index: -1;
}

.two1
{
grid-area: two1;
width: 100%;
height: auto;
margin-left: -0.5% !important;
margin-top: 0 !important;
margin-bottom: 1% !important;
}

.three1
{
grid-area: three1;
width: 92%;
height: auto;

}

.three2
{
grid-area: three2;
width: 92%;
height: auto;
margin-left: -5%;
}

.two2
{
grid-area: two2;
width: 100%;
height: auto;
margin-top: 4vh !important;
margin-bottom: 1% !important;
}

.three3
{
grid-area: three3;
width: 92%;
height: auto;
}


/**
 * Main Page
 */

#heavensssblade {
display: block;
font-size: 12vw;
text-align: left;
margin-left: 2.5vw;
}

.creations{
text-align: left;
margin: 0;
padding-left: 1vw;
padding-top: 0.5vh;
}

.info{
text-align: right;
margin: 0;
padding-right: 1vw;
padding-top: 0.5vh;

}

.motion_designer
{
text-align: center;
margin: 0;
padding-top: 0.5vh;
padding-bottom: 0.7vh;
}

.case_description
{
padding-right: 10vw !important;
padding-top: 10vh !important;
padding-bottom: 10vh !important;
}


.body_headings
{

padding-bottom: 5vh;
padding-top: 10vh;
padding-left: 8vw;
}

.creations_head {
margin-top: 1.5vw ;
margin-bottom: 1.5vw;
}

#grid_1
{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 100px;
}




body {
	background-color: #fff;
	color: #000;

}

a:active {
	opacity: 0.7;
}

.page a.active {
    text-decoration: underline;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, .15);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
    vertical-align: center;

    

}

.gallery_image_caption {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {

}

[data-predefined-style="true"] bodycopy a {
	color: #000;
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {

    font-family: "Chivo", Icons;
    font-size: calc(1rem + 0.4vw);
    text-transform: uppercase;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
	}


[data-predefined-style="true"] h1 a {
    text-transform: uppercase;
	font-style: normal;
	font-weight: 300;
	color: #fff;
}
[data-predefined-style="true"] h2 {
    font-family: "Chivo", Icons;
    font-size: calc(1rem + 0.4vw);  
    line-height: calc(1rem + 0.6vw);  
    text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	color: #fff;
}
h2 {
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.4;
}

[data-predefined-style="true"] h2 a {
	color: #fff ;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: calc(1.2rem + 0.4vw);
	line-height: 1.1;
	font-family: "Rothek", Icons;
	font-style: normal;
	color: rgba(255, 255, 255, 0.85);

}

[data-predefined-style="true"] small a {
	color: #fff;
	border-bottom-width: 0em;
    text-decoration: underline;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
    margin-top: 0;
 /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgba(255, 255, 255, 0)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 0 !important /*!main_margin*/;
	padding-bottom: 0 !important/*!main_margin*/;
	padding-left: 0 !important/*!main_margin*/;
	padding-right: 0 !important/*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.75rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(255, 185, 185, 0);
	position: fixed;
    z-index: 1000;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: 10px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 10vw;
	height: auto;
}

#site_menu_button.active {
	display: block;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
    width: 30px;
    height: 30px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
        width: 30px;
    height: 30px;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Monument Grotesk", Icons;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}


/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.8) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "Monument Grotesk", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


.art_and_tech{
	margin-left: 2.5vw;
}


body > div.main_container > div.content_container > div:nth-child(1) > div > div > div.page.container.container_width > bodycopy > div > div > div:nth-child(1) > img
{
	height: calc(100vh - 2vw)!important;
    width: 100% !important;
    object-fit: cover;
    object-position: 40%; 
}

/*overall padding*/

body > div.main_container > div.content_container > div:nth-child(1) > div > div > div.page.container.container_width > bodycopy > div{
/*padding: 1vw;*/
}

/* selected works photo previews sizing*/
/*01*/
#selected_photo01 > a > img
{
width: 100% !important;
height: 40vh !important;
object-fit: cover;
object-position: 100% 50%;
}
/*02*/
#selected_photo02 > a > img
{width: 100% !important;
height: 40vh !important;
object-fit: cover;
object-position: 100% 55%;
}
/*03*/
#selected_photo03 > a > img
{width: 100% !important;
height: 40vh !important;
object-fit: cover;
object-position: 100% 40%;
}
/*04*/
#selected_photo04 > a > img{
width: 100% !important;
height: 40vh !important;
object-fit: cover;
object-position: 100% 0%;	
}
/*05*/
#selected_photo05 > a > img{
width: 100% !important;
height: 40vh !important;
object-fit: cover;
object-position: 100% 30%;

}

/*06*/
#selected_photo06 > a > img{
width: 100% !important;
height: 40vh !important;
object-fit: cover;
object-position: 50% 40%;	
}



/*Photo of Sasha positioning*/

#photo_of_sasha > img
{
	height: calc(100vh - 4.8vw)!important;
    width: 100% !important;
    object-fit: cover;
    object-position: 40% 0%;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
}



#showreel_desktop{
	display: block;
    /*pointer-events: none;*/
}
#showreel_mobile{
	display: none;
}


    video#fullscreen_embed_mobile{   
       display: none;
}

   video#fullscreen_embed_desktop {   
    display: block;
    position: fixed;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    z-index: -1;
    /*pointer-events: none;*/
}

    #fullscreen_embed_mobile > video
{
	display: none;
}


#main_page_mobile
{
   display: none;
   pointer-events: none;
}

.table_text{
width: 80%;
margin-left: -2vw;
}

.selected_video{
padding-left: 8vw;
padding-right: 8vw;
}


@media screen and (max-width: 770px) {
    
    h1{
	font-size: calc(15px + 0.390625vw) ;
    line-height: calc(14px + 0.390625vw);
    font-size: calc(2rem + 0.6vw) !important;
    line-height: calc(2rem + 0.4vw) !important;
}
    
    .paragraph_one{
    padding-top: 2vh;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
   
}
    .paragraph_two1{
margin-top: 0 !important;
padding-top: 4vh;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
    
    .paragraph_two2{
margin-top: 0 !important;
padding-top: 4vh;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
    .paragraph_three{
margin-top: 0 !important;
padding-top: 4vh !important;
padding-bottom: 2vh !important;
margin-bottom: 0 !important;   
}
    
    #fullscreen_embed_mobile > video{
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;

}
    
 #showreel_desktop{
	display: none;
}
    #showreel_mobile{
	display: block;
}
    
    /* About page*/
 [local-style="32534403"]{
background: white !important;
}
    .info_grid {
padding: 0 !important;

}
    
    
   video#fullscreen_embed_desktop {   
       display: none;
}
    video#fullscreen_embed_mobile{   
       display: block;
}
    
#main_page_mobile{
   display: block;
   z-index: 10000 !important;
  /* pointer-events: auto;*/
}
    
    [local-style="32568014"]
{
opacity:0;
pointer-events: none;
}
   
     [local-style="32568464"]
{
opacity:0;
pointer-events: none;
}
    #photo_of_sasha > img
    {
	height: 50vh !important;
    padding-bottom: 2vh;
    pointer-events: none;
}
    
.table_text{
    padding-top: 10vh;
    padding-left: 10vw;
    width: 90% !important ;
    }
    
   .grid_info{
	height: 70vh!important;
    /*overflow: auto;*/
}
    .paragraph_three {
padding-top: 0;
    padding-top: 4vh !important;
padding-bottom: 2vh !important;
}
    
.image-gallery_wrap {
    height: 70vh;
}
.image-gallery_wrap img {
    min-height: 70vh !important;
}
/*    .art_and_tech{
    font-size: 24vw;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding-left: 5vw; 
}*/
    
  .closing_cross{
	display: none;
}
    
    .img_hover_wrapper img {
        max-width: 95vw;
        max-height: 60vh;
        top: calc((100vh - 60vh)/1.2);
        left: calc((100vw - 95vw)/2);}
    
     .img_hover_wrapper video {
        max-width: 95vw;
        max-height: 60vh;
        top: calc((100vh - 60vh)/1.5);
        left: calc((100vw - 95vw)/2);}
   
    
/*
    .reimagine_physicality{
	padding-left: 5vw;
    display: inline-block;
    font-size: 10vw;    
       
}
    .physicality_text{
		padding-left: 5vw;
}
    */
    
    .video_wrap{
    width: 200vw!important;
    }
    
    .body_headings{
}
    .creations{

}
    .info{
   font-size: calc(1rem + 0.4vw) !important;
   margin-right: 1vw !important;
   margin-top: 1vw;

}
    
    /*
	#heavensssblade{
	font-size: 18vw !important;
    /*position: absolute;
    left: 5vw !important;
    bottom: 20vh
    margin-left: 5vw;
    margin-top: 15vh; } */

    
    .about_bio{
	margin-left: 7vw;
}
    
    .about_contact_heading{
	margin-left: 7vw !important;
    font-size: 9vw !important;
}
    .about_contact{
	margin-left: 7vw !important;
    margin-bottom: 37% !important;
}
    .body_headings {
	font-size: calc(15px + 0.4) !important;

}
    .creations_head {
        margin-top: 4vh;
        margin-bottom: 4vh;
}
    .page_body{
    height: 70vh !important;
}
    showreel_video{
    padding: 0;
    margin: 0;
    }
    
    .case_description
{
padding-right: 8vw !important;
padding-top: 5vh !important;
padding-bottom: 5vh !important;
padding-left: 8vw !important;
}
    
    .body_headings
{

margin-bottom: 5vh;
margin-top: 5vh;
}
    .creations{

   margin-left: 1vw !important;
   margin-top: 1vw;
}

   .icon-link{
left: 8vw;
top: 8vh;
}
    
   
}
    


   
