/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 0.4;
}

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 1em;
}

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

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

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	line-height: 1.3;
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(41, 41, 41, 0.3);
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.84);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(30, 30, 30);
	padding-bottom: 0.1em;
	border-bottom: 0px solid rgba(0, 0, 0, 0.9);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
color: rgba(41, 41, 41, 0.3);
	padding-bottom: 0.1em;
	border-bottom: 0px solid rgba(0, 0, 0, 0.9);
	text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
 
}

[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: .8rem;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.9);
    letter-spacing: 0.01em;
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgb(41, 41, 41);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.9);
	font-size: 1rem;
	line-height: 1.3;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgb(41, 41, 41);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 5rem;
	line-height: 1;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9);
    letter-spacing: -2.5px;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.9);
	border-bottom-width: 0em;
}

/**
 * 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*/;
	text-align: left /*!text_left*/;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 1.5rem /*!main_margin*/;
	padding-bottom: 1.5rem /*!main_margin*/;
	padding-left: 1.5rem /*!main_margin*/;
	padding-right: 1.5rem /*!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: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

.thumbnails .thumb_image {
    outline-offset: -1px;
    position: relative;
    transition: background-position 0.5s ease;
}

.thumbnails .thumb_image:hover {
    background-position: 50% 50%;
}


.thumbnails .title {
    margin-top: 1.3rem;
    margin-bottom: 0rem;
    font-size: 1rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
	line-height: .5;
}


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

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

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

/**
 * Thumbnail hover
 */
.image {
  width: 100vw; /* Full width of the viewport */
  overflow-x: hidden; /* Prevents horizontal scroll if there's any overflow */
  margin-left: calc(-50vw + 50%); /* Centers the container */
}
.image .image-overlay {
  background: rgba(0, 0, 0, 0.5); /* Initial background color */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  transition: background-color 0.5s ease; /* Smooth color transition */
}

.image:hover .image-overlay {
  display: block;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    font-size: 8px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	bottom: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 30px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * 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(0, 0, 0, 0.45);
	font-size: 50px;
	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.9);
}

#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: .8;
}

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

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

#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: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.2rem /*!shop_button*/;
	right: 1.2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2.2rem;
    padding: 0;
    line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

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

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

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.9);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    color: rgba(0, 0, 0, .9);
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * 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.9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * 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: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    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;
}


/*book editor begins*/

/* Created with http://boockup.marco.land */
@-webkit-keyframes rotatingAnimationX {
  0%{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes rotatingAnimationX {
  0%{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes rotatingAnimationY {
  0%{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotatingAnimationY {
  0%{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatingAnimationZ {
  0%{
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotatingAnimationZ {
  0%{
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.book-wrapper {
  width: 100vw;
  height: 90vh;
   
  overflow: visible;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content:center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.book-wrapper > div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.boockup {
  -webkit-transform: rotateX(15deg) rotateY(-180deg) rotateZ(14deg);
  transform: rotateX(15deg) rotateY(-180deg) rotateZ(14deg);
}
.book-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: 10s rotatingAnimationY linear infinite;
  animation: 10s rotatingAnimationY linear infinite;
}
.book-container > div {
  position: absolute;
  top: 10px;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.book-top, .book-bottom, .book-side-right {
  background-size: auto auto;
  background-repeat: repeat;
  background-position: top left;
}
.book-front {
  background-image: url('https://freight.cargo.site/t/original/i/066b5b1002805610b2aa45899c30ca6a0238b7518595268eb3b95b8a623f3e09/book-cover.jpg');
  width: 524px;
  height: 707.4px;
  -webkit-transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(0,0,0) rotateY(0deg);
  transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(0,0,0) rotateY(0deg);
}
.book-side-left {
  background-image: url('https://freight.cargo.site/t/original/i/6484dbe4927a3b408d2b196a931da6ebfc4f745fd06cd748bcd64d2c095dff93/book-spine.jpg');
  width: 5.24px;
  height: 707.4px;
  -webkit-transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(-2.62px, 0, -2.62px) rotateY(-90deg);
  transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(-2.62px, 0, -2.62px) rotateY(-90deg);
}
.book-side-right {
  background-image: url('https://freight.cargo.site/t/original/i/1fffbcb18c9d5918f63429d71f50f9bf891ef9681fb26842ffd91a77cd8b6752/book-side.jpg');
  width: 5.24px;
  height: 707.4px;
  -webkit-transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(521.38px, 0px,-2.62px) rotateY(90deg);
  transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(521.38px, 0px,-2.62px) rotateY(90deg);
}
.book-top {
  background-image: url('https://freight.cargo.site/t/original/i/eee13563be2304bed427e7231dc1c83f9164b0a9df8418b890b9cb769bfe7724/book-top.jpg');
  background-position: bottom right;
  width: 524px;
  height: 5.24px;
  -webkit-transform: translate3d(-262px, -353.7px ,2.62px) translate3d(0px, -2.62px, -2.62px) rotateX(90deg);
  transform: translate3d(-262px, -353.7px ,2.62px) translate3d(0px, -2.62px, -2.62px) rotateX(90deg);
}
.book-bottom {
  background-image: url('https://freight.cargo.site/t/original/i/eee13563be2304bed427e7231dc1c83f9164b0a9df8418b890b9cb769bfe7724/book-top.jpg');
  width: 524px;
  height: 5.24px;
  -webkit-transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(0px, 704.78px, -2.62px) rotateX(-90deg);
  transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(0px, 704.78px, -2.62px) rotateX(-90deg);
}
.book-back {
  background-image: url('https://freight.cargo.site/t/original/i/ce39c1681bdd5614fe9d9aec89c11669e874987789e1aab2db378d77a7f5fb1e/book-back.jpg');
  width: 524px;
  height: 707.4px;
  -webkit-transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(0,0, -5.24px) rotateY(180deg);
  transform: translate3d(-262px ,-353.7px ,2.62px) translate3d(0,0, -5.24px) rotateY(180deg);
}
      

/* atlas book editor ends*/


/* em book editor begins */
@-webkit-keyframes rotatingAnimationX {
  0%{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes rotatingAnimationX {
  0%{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes rotatingAnimationY {
  0%{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotatingAnimationY {
  0%{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatingAnimationZ {
  0%{
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotatingAnimationZ {
  0%{
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.em-book-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.em-book-wrapper > div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.em-boockup {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.em-book-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: 10s rotatingAnimationY linear infinite;
  animation: 10s rotatingAnimationY linear infinite;
}
.em-book-container > div {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.em-book-top, .em-book-bottom, .em-book-side-right {
  background-size: auto auto;
  background-repeat: repeat;
  background-position: top left;
}
.em-book-front {
  background-image: url('https://freight.cargo.site/t/original/i/3a12d7d1078c26b3b7a86ebda45cbab62d9ada9c506097f9a34fe98185698a46/book-front-em-01.jpg');
  width: 460px;
  height: 604px;
  -webkit-transform: translate3d(-230px ,-302px ,1px) translate3d(0,0,0) rotateY(0deg);
  transform: translate3d(-230px ,-302px ,1px) translate3d(0,0,0) rotateY(0deg);
}
.em-book-side-left {
  background-image: url('https://freight.cargo.site/t/original/i/5817cc2d60b51b67d9cea69ea4ce9f1b61c313e2a49e8c1212f037c4555fff4a/book-spine-em.jpg');
  width: 2px;
  height: 604px;
  -webkit-transform: translate3d(-230px ,-302px ,1px) translate3d(-1px, 0, -1px) rotateY(-90deg);
  transform: translate3d(-230px ,-302px ,1px) translate3d(-1px, 0, -1px) rotateY(-90deg);
}
.em-book-side-right {
  background-image: url('https://freight.cargo.site/t/original/i/2236f5dc136add69a8998f04304feae08f99b7dfc0b26dccf97eed4614074a48/book-top-em.jpg');
  width: 2px;
  height: 604px;
  -webkit-transform: translate3d(-230px ,-302px ,1px) translate3d(459px, 0px,-1px) rotateY(90deg);
  transform: translate3d(-230px ,-302px ,1px) translate3d(459px, 0px,-1px) rotateY(90deg);
}
.em-book-top {
  background-image: url('https://freight.cargo.site/t/original/i/c46b26ded4a899b1f624ac0ed6751bf57209f64df0e1ad954a9d71a596d6e214/book-side-em.jpg');
  background-position: bottom right;
  width: 460px;
  height: 2px;
  -webkit-transform: translate3d(-230px, -302px ,1px) translate3d(0px, -1px, -1px) rotateX(90deg);
  transform: translate3d(-230px, -302px ,1px) translate3d(0px, -1px, -1px) rotateX(90deg);
}
.em-book-bottom {
  background-image: url('https://freight.cargo.site/t/original/i/c46b26ded4a899b1f624ac0ed6751bf57209f64df0e1ad954a9d71a596d6e214/book-side-em.jpg');
  width: 460px;
  height: 2px;
  -webkit-transform: translate3d(-230px ,-302px ,1px) translate3d(0px, 603px, -1px) rotateX(-90deg);
  transform: translate3d(-230px ,-302px ,1px) translate3d(0px, 603px, -1px) rotateX(-90deg);
}
.em-book-back {
  background-image: url('https://freight.cargo.site/t/original/i/ecedc6f28d24935c3e3796bd810c6fcd3b0c18c4b308478f1e230afb8843e324/book-back-em.jpg');
  width: 460px;
  height: 604px;
  -webkit-transform: translate3d(-230px ,-302px ,1px) translate3d(0,0, -2px) rotateY(180deg);
  transform: translate3d(-230px ,-302px ,1px) translate3d(0,0, -2px) rotateY(180deg);
}
  

video {
  width: 100%;
  height: auto;
}


/*tkb book editor begins */


.tkb-boockup {
  -webkit-transform: rotateX(-25deg) rotateY(-88deg) rotateZ(0deg);
  transform: rotateX(-25deg) rotateY(-88deg) rotateZ(0deg);
}
.tkb-book-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: 10s rotatingAnimationY linear infinite;
  animation: 10s rotatingAnimationY linear infinite;
}
.tkb-book-container > div {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.tkb-book-top, .tkb-book-bottom, .tkb-book-side-right {
  background-size: auto auto;
  background-repeat: repeat;
  background-position: top left;
}
.tkb-book-front {
  background-image: url('https://freight.cargo.site/t/original/i/364698e787a8b30ec95ade45b5d8a79e9b5b58349351c26989c6d40e20b497ba/TheKickbackPhaseOne-April-Light.png');
  width: 495.32px;
  height: 744.1999999999999px;
  -webkit-transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(0,0,0) rotateY(0deg);
  transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(0,0,0) rotateY(0deg);
}
.tkb-book-side-left {
  background-image: url('https://freight.cargo.site/t/original/i/8166dc38a1e7ff24154d4b244c9de47f6348d25bd19967f5b4324ed253010244/tkb-book-spine.jpg');
  width: 48.8px;
  height: 744.1999999999999px;
  -webkit-transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(-24.4px, 0, -24.4px) rotateY(-90deg);
  transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(-24.4px, 0, -24.4px) rotateY(-90deg);
}
.tkb-book-side-right {
  background-image: url('https://freight.cargo.site/t/original/i/553498229e1108484e15630664ac06fad0682269570d0b8486f772193c7e3ca4/book-side.jpg');
  width: 48.8px;
  height: 744.1999999999999px;
  -webkit-transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(470.92px, 0px,-24.4px) rotateY(90deg);
  transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(470.92px, 0px,-24.4px) rotateY(90deg);
}
.tkb-book-top {
  background-image: url('https://freight.cargo.site/t/original/i/976465e9365523ccabf4186f396f996ed96193dc02239679724be630a7494f57/tkb-book-top.jpg');
  background-position: bottom right;
  width: 495.32px;
  height: 48.8px;
  -webkit-transform: translate3d(-247.66px, -372.09999999999997px ,24.4px) translate3d(0px, -24.4px, -24.4px) rotateX(90deg);
  transform: translate3d(-247.66px, -372.09999999999997px ,24.4px) translate3d(0px, -24.4px, -24.4px) rotateX(90deg);
}
.tkb-book-bottom {
  background-image: url('https://freight.cargo.site/t/original/i/976465e9365523ccabf4186f396f996ed96193dc02239679724be630a7494f57/tkb-book-top.jpg');
  width: 495.32px;
  height: 48.8px;
  -webkit-transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(0px, 719.8px, -24.4px) rotateX(-90deg);
  transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(0px, 719.8px, -24.4px) rotateX(-90deg);
}
.tkb-book-back {
  background-image: url('https://freight.cargo.site/t/original/i/9538b50de55e7f637306fa57f6beb9793cc644605220ac6a7c2bfdb576744a50/tkb-book-back.jpg');
  width: 495.32px;
  height: 744.1999999999999px;
  -webkit-transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(0,0, -48.8px) rotateY(180deg);
  transform: translate3d(-247.66px ,-372.09999999999997px ,24.4px) translate3d(0,0, -48.8px) rotateY(180deg);
}