/**		
 * Custom Font		
 */

@font-face {
    font-family: 'Brown';
    font-weight: normal;
    src: url('https://files.cargocollective.com/c526014/lineto-brown-pro-bold.woff') format('woff');
}

@font-face {
    font-family: 'Unica77';
    font-weight: normal;
    src: url('https://files.cargocollective.com/c526014/Unica77LL-Bold.woff') format('woff');
}

/**		
* Image on Hover		
*/

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    display: none;
}

body:not(.mobile) .hover-title:hover+.hover-image {
    display: flex;
    pointer-events: none;
}

.hover-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Change width and height to scale images */
    width: 45vw;
    height: 58vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

/**		
* Content		
*/

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

a:active {
    opacity: 0.7;
}

.page a.active {
    color: rgba(0, 0, 0, 0.85);
}

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 6rem;
}

ol {
    list-style-type: decimal-leading-zero;
}

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

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

.content img {
    margin-bottom: 0rem;
    vertical-align: bottom;

}

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-family: "iA Writer Quattro", Icons;
    font-style: normal;
    line-height: 1.3;
    text-transform: uppercase;
}

/**
* Image Gallery Image Color Effect
*/

[data-id="7954105"] .gallery_card_image {
    background: #efede1;
}

[data-id="7954105"] .gallery_card_image img {
    filter: greyscale(100%);
    opacity: .6;
}

/**
* Loading Animation
*/

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

/**
* Editor styles
*/

[data-predefined-style="true"] bodycopy {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    font-family: "iA Writer Quattro", Icons;
    font-style: normal;
    line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
    color: rgba(35, 81, 252, 0.85);
    padding-bottom: 0.1em;
    border-bottom: 0.0em solid rgba(127, 127, 127, 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: "Brown", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 7.5rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.75);
}

[data-predefined-style="true"] h1 a {
    color: rgba(35, 81, 252, 0.85);
}

[data-predefined-style="true"] h2 {
    font-family: "Brown", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16.5vmin;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

[data-predefined-style="true"] h2 a {
    color: rgba(35, 81, 252, 0.85);
}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "iA Writer Quattro", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

[data-predefined-style="true"] small a {
    color: rgba(35, 81, 252, 0.85);
}

/**
* Breakpoints
*/

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


[data-css-preset] .container {
    margin-left: auto
        /*!content_center*/
    ;
    margin-right: auto
        /*!content_center*/
    ;
    text-align: left
        /*!text_left*/
    ;
}

[data-css-preset] body {
    background-color: #fff
        /*!body_bgcolor*/
    ;
}

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

[data-css-preset] .content_padding {
    padding-top: .55rem
        /*!main_margin*/
    ;
    padding-bottom: 1rem
        /*!main_margin*/
    ;
    padding-left: 1rem
        /*!main_margin*/
    ;
    padding-right: 1rem
        /*!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*/
    ;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    height: auto;
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1rem;
    margin-bottom: .4rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "iA Writer Quattro", Icons;
    font-style: normal;
    line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-family: "iA Writer Quattro", 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: 36px
        /*!site_menu_button*/
    ;
    padding: 6px;
    line-height: 1;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 3rem
        /*!site_menu_button*/
    ;
    right: 3rem
        /*!site_menu_button*/
    ;
}

[data-page-id="9731570"] #site_menu_button {
    display: none;
}

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

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

#site_menu_button.active {
    display: none;
}

/**
* Site Menu
*/

#site_menu {
    font-family: "Brown", Icons;
    background: rgba(211, 206, 206, 0);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    padding: 20px 30px 90px 30px;
    max-width: 400px;
    min-width: 200px;
    text-align: right;
    display: flex;
    justify-content: flex-start;
}

body.mobile #site_menu {
    width: 100%;
    font-size: 22px;
}

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

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

#site_menu a:active {
    opacity: 1.0;
}

#site_menu a.active {
    opacity: 1.0;
}

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

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

#site_menu .break {
    height: 0px;
}

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

/**
* 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: 2rem
        /*!shop_button*/
    ;
    right: 3rem
        /*!shop_button*/
    ;
}

#shop_button.text {
    font-family: "iA Writer Quattro", Icons;
    font-size: 1.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;
}

/**
* Shop Product Widget
*/

.shop_product {
    width: 100%;
    position: relative;
    display: block;
}

.shop_product .price {
    font-family: "Brown", Icons;
    font-size: 2.4rem;
    line-height: 1;
    color: rgba(236, 39, 41, 1);
    display: block;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 700;
}

.shop_product .dropdown {
    font-family: "Brown", Icons;
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(236, 39, 41, 1);
    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;
    font-style: normal;
    font-weight: 400;
}

.shop_product .button {
    font-family: "Brown", Icons;
    font-size: 1.1rem;
    background: rgba(236, 39, 41, 1);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
    line-height: 1;
    padding: .8rem 1rem .9rem;
    font-style: normal;
    font-weight: 400;
}

/**
* 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: -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;
}

/**
* Image Zoom Navigation Arrows 
*/

.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: 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: "iA Writer Quattro", 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;
}

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

/* Neri CSS  */
/* thumblair */




[data-id="37124669"]:hover .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/ff0fd167b8405fbf1e33ddd810dfce7202ee39274c84b6be67963d00a2efa5ce/wiissa-1-3.jpg) no-repeat;
   /* This will add the image */
   background-size: cover;
   background-position: center 50%;
}

[data-id="37124669"] a:hover img {
   opacity: 0;
}

[data-id="37124637"]:hover .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/e19e1728cc53d7b03d8c4f6bf39e4cd06505ee611c0fd30ec9430599e1390f31/wiissa.jpg) no-repeat;
   /* This will add the image */
   background-size: cover;
   background-position: center 50%;
}

[data-id="37124637"] a:hover img {
   opacity: 0;
}


[data-id="37124646"]:hover .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/100d6960dd716411541180663e4c6d2beb81f69c7cd3c31fed15a04cc59d6faf/wiissa-2.jpg) no-repeat;
   /* This will add the image */
   background-size: cover;
   background-position: center 50%;
}

[data-id="37124646"] a:hover img {
   opacity: 0;
}


[data-id="33332138"]:hover .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/f352f23118cbea6df0b1f4d37bab71c5c3c452ca05a3dcc57e16f47496c39b30/thumbnail.jpg) no-repeat;
   /* This will add the image */
   background-size: cover;
   background-position: center 50%;
}

[data-id="33332138"] a:hover img {
   opacity: 0;
}

[data-id="30848380"]:hover .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/d5d23dec7261bf3036a6faf353e44d1e8ea11c13aecd73eaa6bc71a8c15eb778/squeakyclean.gif) no-repeat;
   /* This will add the image */
   background-size: cover;
   background-position: center 50%;
}

[data-id="30848380"] a:hover img {
   opacity: 0;
}

[data-id="28515079"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/cc8b68611aace6939047792c862c11b62bb3d06007e6f075039083a7f1eef577/isa.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="28515079"] a:hover img {
    opacity: 0;
}

[data-id="27291910"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/cfec0344b8e0ab74518330eb5bff5e4375233c07e4750a2550e6b20cf9bb03a3/thumb.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="27291910"] a:hover img {
    opacity: 0;
}

[data-id="27291817"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/fa1f8121bffcb7269bd9df2a61fe8bb207f10425866eff441def9d8af639affd/thumb.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="27291817"] a:hover img {
    opacity: 0;
}


[data-id="24558077"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/6ccf832d35c08c833a55bbc0ae09a1b5d08572ecdf68fcc5024d4d7f33a1aefc/thumb2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="24558077"] a:hover img {
    opacity: 0;
}

[data-id="24264041"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/8837684bdad91c13d81f5b393131e60701dabdcd787b3c226ff7adeb65d2ddcf/Julia.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="24264041"] a:hover img {
    opacity: 0;
}

[data-id="9731718"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/f3686ff7753beead2c12a8d6166c559107490d44f2564b078f86f410de0afe60/daisy-2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="9731718"] a:hover img {
    opacity: 0;
}

[data-id="10606923"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/7ee7fbcffaaed9287ad887c0923b161f181112477b67d08524b2111fbdfa1ad6/3b.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="10606923"] a:hover img {
    opacity: 0;
}

[data-id="10573663"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/06814452d94993bdeaf8af9e6c677bf9a63d352e45bf66a753e36e15f0d374f8/2.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="10573663"] a:hover img {
    opacity: 0;
}

[data-id="11130237"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/f8e7befa3caa628ae1025ba85c3176839db5084da3d24104869f8f6d4a048b84/Mae2.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11130237"] a:hover img {
    opacity: 0;
}

[data-id="11132099"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/da72cd381c644d98cca866a3bd9c65832179cc3462b71872aefecfe1a59b7eef/SsJjPp.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11132099"] a:hover img {
    opacity: 0;
}

[data-id="11133677"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/06dc1030560b56be885a039a65d5f889362a0f85fb65688c7bb80d102eac6048/jande2.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11133677"] a:hover img {
    opacity: 0;
}

[data-id="11148331"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/56312fcab5918e89d87bf11a1ca6a457c2ff69b053c23497e68280832e18f96b/julia-31.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11148331"] a:hover img {
    opacity: 0;
}

[data-id="11148476"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/be6838995e79a4babd5ab856faa759b0f07cff2fdd5203f47bd635f97d0359e6/nereyda-2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11148476"] a:hover img {
    opacity: 0;
}

[data-id="11149415"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/cb6e57bcba8af6608f200dbf2e61e5e1c8a5626ba8b64653726cf33417c909aa/geena2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11149415"] a:hover img {
    opacity: 0;
}

[data-id="11149492"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/13fdfb723feff677ff04b4f40378dd40cd0d03cd87bcb90d22fdf044760a94bb/amoremio2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11149492"] a:hover img {
    opacity: 0;
}

[data-id="11150928"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/85c6333624335474b83e8b541f6e3888aeb5008ceaa71850c12df88885e340b6/ezgif-1-c42a8c2126d0.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11150928"] a:hover img {
    opacity: 0;
}

[data-id="10606918"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/d075cd86aec1a5f65011e2b0af7abfef0fc497c646c079fa67576619425cc145/pamela.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="10606918"] a:hover img {
    opacity: 0;
}

[data-id="11151001"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/afbeb01e82c55f766ebae8f47b1481003920a7fdee8484309accacf3fcaf437e/po2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11151001"] a:hover img {
    opacity: 0;
}

[data-id="11151052"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/e58c170da9ac303874364a78580630f5db78d267b8aa4c24b1ad39016567f63c/berry.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11151052"] a:hover img {
    opacity: 0;
}

[data-id="11151113"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/4862cc4b3db049c966fb28c2422c7af72dbe1f597dbbbcfca667499743f7a07b/fisch-2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11151113"] a:hover img {
    opacity: 0;
}

[data-id="11214310"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/4591fa96b2fe2dc0dbb820eabf8924e8eabe45b94c0aa8d1563918e2de31eaa2/nightswim.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11214310"] a:hover img {
    opacity: 0;
}

[data-id="11222606"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/10fe9ae95601296a3a4aa5632b17e2a50a4dc4785dc40b0fb3f96d31ce606bcd/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11222606"] a:hover img {
    opacity: 0;
}

[data-id="11222783"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/a63befcdcefb326a800d7243f9be1ff0dd6ff7a274970d615048eab4d26a4ebc/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11222783"] a:hover img {
    opacity: 0;
}

[data-id="11223946"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/ad8d1fcfe5d92917484177535a3714f6de220e738d9a4dca43d76ca578e5894c/adidas-7-of-12.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11223946"] a:hover img {
    opacity: 0;
}

[data-id="11224378"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/6303c96343ed54921cf7302fea5a767c22af0dd2ae44bedb51377728f887880a/terra2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11224378"] a:hover img {
    opacity: 0;
}

[data-id="11224704"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/9b349045729ffdc69284a604e71dc3f84950671efa6c2f6b386c3bae5fa812be/midnightramblers2.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11224704"] a:hover img {
    opacity: 0;
}

[data-id="11225115"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/6c643bb50f499d6b95453ac9c8f340dcf48ab534f9ca0242d3304d1b9d2d2c64/bluelagoon2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11225115"] a:hover img {
    opacity: 0;
}

[data-id="11226485"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/07bae4ecfb6bf872392729e73fdc166a4d7203cffdbad5ce5e042625915d471a/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11226485"] a:hover img {
    opacity: 0;
}

[data-id="11239774"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/beed6927e5b7c7d416a34978a9230069d8014cd2a93241d3a7f6151805fd4fa4/superstar1.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11239774"] a:hover img {
    opacity: 0;
}

[data-id="11240005"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/8256ded41783ad43958b9faedd2482d19835aa6c4036234e11e5dc3c75b7f2ab/thumb2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11240005"] a:hover img {
    opacity: 0;
}

[data-id="11247830"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/f1e2ead7730768e7a81ca44d29d11bea4a18d0169565398ce055d750636335a3/maria2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11247830"] a:hover img {
    opacity: 0;
}

[data-id="11247987"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/1e3e55b8d40acae8bbf109abeb3259be3b60340a9a422ef0178114444e1b4c99/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11247987"] a:hover img {
    opacity: 0;
}

[data-id="11248296"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/64ad8656ce59c2707dd219f15291b9069d2ebde0bf5de3c9f1f12ee08626dc40/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11248296"] a:hover img {
    opacity: 0;
}

[data-id="11248420"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/8609aae4d6bcc1e0fee68342b0bf700d09003f289963819ef1a2a65ab1d2168f/mirage2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11248420"] a:hover img {
    opacity: 0;
}

[data-id="11248923"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/ce5de321d09b0103d08af17a728137a802489a391c78bb3bc48b890eb0d98b44/Rush.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11248923"] a:hover img {
    opacity: 0;
}

[data-id="11249700"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/894853f65628b68dd964915d123aff16cd3f22e3496810d1e2b0d051fac4007c/hk2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11249700"] a:hover img {
    opacity: 0;
}

[data-id="11249806"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/db688ba79d0c85407fab08d0ac0aab721ad1b3b8cf5a000072cd8c9c018ae5c8/ev2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11249806"] a:hover img {
    opacity: 0;
}

[data-id="11250307"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/61b6f50dd32cf61cae1c4f317b390a04c27aa8fba8d2887830710780ac5a60c4/dgb2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11250307"] a:hover img {
    opacity: 0;
}

[data-id="11250976"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/23c78cd7bfb1586ffd49c0c88c7cf63ed209dcb1e8bc079a661eb38b0cd96b9b/b.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11250976"] a:hover img {
    opacity: 0;
}

[data-id="11251189"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/e9434164c122f7cfb9c26a97367bc4e40f1e905144cec28b2e83da5540772525/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11251189"] a:hover img {
    opacity: 0;
}

[data-id="11251894"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/bd28296b144f3d00ac14aae24d720f971348f1d27570d3f57b9b6faf899c2ddf/rt2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11251894"] a:hover img {
    opacity: 0;
}

[data-id="11252758"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/c9a7404c037dec5e2ec63caf7dcf0a45534c8467bc7a693918f7893aaf832d38/hs.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11252758"] a:hover img {
    opacity: 0;
}

[data-id="11252875"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/d8b04e637b8f9084c74d72910ddd62787791bfa35748e6ad16d85834fbbe754d/thumb23.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11252875"] a:hover img {
    opacity: 0;
}

[data-id="11252916"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/1ac9e648bb1c6df9586b49b6b60f215c7d07c83caf837726dc140be46702e67b/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11252916"] a:hover img {
    opacity: 0;
}

[data-id="11252952"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/e587d1bea364d116018227d74976563e03ef4965c60feee35834de576ada4417/miami2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11252952"] a:hover img {
    opacity: 0;
}

[data-id="11253246"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/11d490673309223044ee98bbbe524f10cd13361dad0f4574186041e2ceeb412a/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11253246"] a:hover img {
    opacity: 0;
}

[data-id="11255518"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/c631271d4e9fc85bffa6d39d72f643f45e42753ab5dc3737f054c2e6eed37580/daydream2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11255518"] a:hover img {
    opacity: 0;
}

[data-id="11664204"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/1bd5e05c0611fc6e8b61863c964343234e622235dfab78c64df1b7f0bf84c297/Untitled-2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11664204"] a:hover img {
    opacity: 0;
}

[data-id="11676286"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/d59aaa95666e69d3b56103bc6f1e9c6e613800dc0a9067c03bca45cd041e442e/matisse.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="11676286"] a:hover img {
    opacity: 0;
}

[data-id="12028449"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/194b992617780054037c12b2f9695979b18eca117e5df50a9b6706b85ec5585d/tuttidois.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="12028449"] a:hover img {
    opacity: 0;
}

[data-id="14897905"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/aaec1b6c51ce1481eecb89b811d90cfd0b9a1ba9c9bba24fc36a0bc9507248b9/4.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="14897905"] a:hover img {
    opacity: 0;
}

[data-id="15773589"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/e75d0fcdf30e865770ee5a26841b3e5603b377aa3d26f018719f07e3450d3cb2/wiissa-2-2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="15773589"] a:hover img {
    opacity: 0;
}

[data-id="17377150"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/cfb69500a4c2412f3fa8a0b1b330ed4456173465336d0fd902731a045165ecc7/thumb2.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="17377150"] a:hover img {
    opacity: 0;
}

[data-id="18171957"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/61f1f7a8cb1e1fd496045bcfd83303c04027a2ac79dad5da38b1993dab3e837b/2.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="18171957"] a:hover img {
    opacity: 0;
}

[data-id="16162638"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/28924e6987986d3869ce409c0b0494e539919dbc432a75f1ba6260a2056f2a8a/annalisa.gif) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="16162638"] a:hover img {
    opacity: 0;
}

[data-id="19929481"]:hover .thumb_image {
    background: url(https://freight.cargo.site/t/original/i/b2af6780af37cb38a3cc5e220cdc65c510820977cd70c688f7a34bdbd4652f68/2.jpg) no-repeat;
    /* This will add the image */
    background-size: cover;
    background-position: center 50%;
}

[data-id="19929481"] a:hover img {
    opacity: 0;
}

[local-style="10606923"] .page {
    min-height: 100vh
        /*!page_height_100vh*/
    ;
    background-color: initial
        /*!page_bgcolor*/
    ;
}

/* Home */
.wiissa-home {
    display: flex;
    justify-content: space-between;
}

.wiissa-home .wiissa-info,
.wiissa-home .wiissa-info--white {
    align-self: center;
}

.wiissa-home .wiissa-info--white,
.wiissa-home .wiissa-info:hover {
    color: #ffffff !important;
}

[local-style="9731570"] .wiissa-home .wiissa-info:hover {
    color: #000 !important;
}

[local-style="10700768"] .wiissa-home .wiissa-info:hover {
    color: #000 !important;
}

.wiissa-home .wiissa-info--white:hover {
    color: #ea2a2b !important;
}

/* Logo */

.wiissa-logo {
    width: 185px;
    font-size: 0px;
}

.wiissa-logo svg:hover path {
    stroke: #ea2a2b !important;
    stroke-width: 3 !important;
    fill: transparent !important;
}

.wiissa-logo.wiissa-logo--white svg:hover path {
    stroke: #fff !important;
    stroke-width: 3 !important;
    fill: transparent !important;
}

/* Single project with video */
.wiissa__project.wiissa__project--single .wiissa__project--video {
    height: 85%;
}

/* HOVER into the info captions */
.wiissa__project.wiissa__project--single .wiissa__info {
    bottom: 140px;
}

.wiissa__info {
    position: absolute;
    bottom: 120px;
    right: 1rem;
    left: 1rem;
    text-align: right;
    display: none;
    font-size: 28px;
}

[local-style="11214310"] .wiissa__info .wiissa__question,
.wiissa__title {
    color: #ec2729;
    cursor: pointer;
}

[local-style="11214310"] .wiissa__title {
    visibility: hidden;
    margin-right: 10px;
    font-family: 'Brown';
    color: #ec2729
}

.wiissa__info .wiissa__question {
    position: absolute;
    right: 0px;
    width: 100%;
}

.wiissa__info .wiissa__question,
.wiissa__title {
    color: #fff;
    cursor: pointer;
}

.wiissa__question {
    position: absolute;
    right: .8em;
}

.wiissa__question:hover {
    opacity: 0;
}

.wiissa__title {
    visibility: hidden;
    margin-right: 10px;
    font-family: 'Brown';
}

.wiissa__question:hover+.wiissa__title {
    visibility: visible;
}

/* Projects */
.wiissa__project {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    overflow-x: auto;
    width: 100%;
    height: 100vh;
}

.wiissa__project::-webkit-scrollbar {
    display: none;
}

.wiissa__project img {
    height: 100vh !important;
    /* width: 100% !important; */
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.wiissa__project--video {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.wiissa__61 {
    overflow: hidden;
    padding-top: 61.36%;
    position: relative;
}

.wiissa__project--video.wiissa__project--video-75 {
    padding-top: 75%;
}

.wiissa__project--video iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/** Class for videos with 1.32:1 ratio */
.wiissa__project--video.wiissa__project--video-1_32x1 {
    padding-top: 74.25%;
}
/** Class for videos with 4:3 ratio */
.wiissa__project--video.wiissa__project--video-4x3 {
    padding-top: 75.95%;
}

/** Class for videos with 5:3 ratio */
.wiissa__project--video.wiissa__project--video-5x3 {
    padding-top: 59.25%;
}

/** Class for videos with 9:16 ratio */
.wiissa__project--video.wiissa__project--video-9x16 {
    padding-top: 174%;
}


.wiissa__project--video.wiissa__project--video-75 iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Info Menu */
a.wiissa-info,
a.wiissa-info--white {
    font-size: 28px;
}

a.wiissa-info {
    color: #ec2729 !important;
}

a.wiissa-info:hover {
    color: #fff;
}

a.wiissa-info--white:hover {
    color: #ec2729;
}

.wiissa-back {
    font-size: 28px;
    position: relative;
    display: inline-block;
    top: -15px;
}

.wiissa__project.wiissa__project--single.wiissa-about {
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}

/** squeaky-clean logo */
.wiissa-logo__squeaky-clean {
    display: block;
    width: 180px;
    height: 116px;
    margin: 24px 16px;
    transform: rotate(-5deg);
    background-image: url("https://freight.cargo.site/t/original/i/8e8fa91c6642172924c1de4ef3b2f9be2f1dc29198e3438e878515db38b7da33/white.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.wiissa-logo__squeaky-clean:hover {
    background-image: url("https://freight.cargo.site/t/original/i/229d383aeab9dba97b008d6c924f5e04042e7bca50a4456efb3b358b1d119a11/black.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}



/* New code */
.wiissa__project-container {
    height: 100vh;
    overflow: auto;
}

.wiissa__video-container {
    position: relative;
    height: 0;
}

.wiissa__video-container-16x9 {
    padding-top: 56.25%;
    /* 16:9 */
}

.wiissa__video-container-4x3 {
    padding-top: 75.25%;
    /* 4:3 */
}

.wiissa__video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wiissa__imgs-container img {
    width: 100vw;
}

.wiissa__project-container::-webkit-scrollbar {
    display: none;
}

/* Mobile */
@media only screen and (min-width:48em) {
    .wiissa-logo {
        width: 360px;
        height: 105px;
    }

    .wiissa__project {
        flex-direction: row;
    }

    .wiissa-logo__squeaky-clean {
        display: block;
        width: 260px;
        height: 116px;
        margin: 24px 16px;
        transform: rotate(-5deg);
        background-image: url("https://freight.cargo.site/t/original/i/8e8fa91c6642172924c1de4ef3b2f9be2f1dc29198e3438e878515db38b7da33/white.svg");
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .wiissa__project.wiissa__project--single {
        height: 100vh;
    }

    .wiissa__project.wiissa__project--single .wiissa__info {
        bottom: 50px;
    }

    .wiissa__info {
        bottom: 50px;
        display: block;
    }

    .wiissa-info,
    .wiissa-back {
        font-size: 28px;
        position: inherit;
        display: inherit;
        top: 0;
    }

    .wiissa__project--video {
        display: flex;
        padding-top: inherit;
        position: inherit;
        overflow: initial;

    }

    .wiissa__project--video iframe {
        position: inherit;
        height: 100vh;
        width: calc(100vw);
    }

    .wiissa__project.wiissa__project--single .wiissa__project--video {
        height: 100%;
    }

    .wiissa__project.wiissa__project--single.wiissa-about {
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .wiissa__project-container {
        display: flex;
        overflow-x: auto;
    }

    .wiissa__project-container::-webkit-scrollbar {
        display: none;
    }

    .wiissa__video-container {
        display: flex;
        height: 100vh;
        position: inherit;
        padding-top: inherit;
    }

    .wiissa__video-container iframe {
        height: calc(100vh);
        position: inherit;
    }

    /* 
    .wiissa__video-container-4x3 iframe {
        width: calc(130.78vh);
    } */

    /* .wiissa__project--video-4x3 iframe {
        width: calc(130.78vh) !important;
        padding-top: 0px;
    } */

    .wiissa__video-container-16x9 iframe {
        width: calc(100vw);
    }

    .wiissa__imgs-container {
        display: flex;
    }

    .wiissa__imgs-container img {
        height: 100vh !important;
        width: auto !important;
        object-fit: contain;
    }

 	/** Class for videos with 1.32:1 ratio*/
    .wiissa__project--video.wiissa__project--video-1_32x1{
        padding-top: 0%;
    }

    .wiissa__project--video.wiissa__project--video-1_32x1 iframe {
        width: calc((1.32/1)*100vh);
    }

    /** Class for videos with 4:3 ratio */
    .wiissa__project--video.wiissa__project--video-4x3 {
        padding-top: 0%;
    }

    .wiissa__project--video.wiissa__project--video-4x3 iframe {
        width: calc((4/3)*100vh);
    }

    /** Class for videos with 5:3 ratio */
    .wiissa__project--video.wiissa__project--video-5x3 {
        padding-top: 0%;
    }

    .wiissa__project--video.wiissa__project--video-5x3 iframe {
        width: calc((5/3)*100vh);
    }

    /** Class for videos with 9:16 ratio */
    .wiissa__project--video.wiissa__project--video-9x16 {
        padding-top: 0%;
    }

    .wiissa__project--video.wiissa__project--video-9x16 iframe {
        width: calc((9/16)*100vh);
    }
}

/** Large screens */
@media only screen and (min-width:86em) {
    .wiissa__project--video iframe {
        position: inherit;
        height: 100vh;
        width: calc((16/9)*100vh);
    }

}

/* 
breakpoints 
1450px - 6 columns
1920px - 7 columns
2560px - 8 columns
*/
@media only screen and (min-width: 1450px) {
    [grid-col=x8] {
        width: calc(100% / 6) !important;
    }

}

@media only screen and (min-width:1920px) {
    [grid-col=x8] {
        width: calc(100% / 7) !important;
    }

}

@media only screen and (min-width: 2560px) {
    [grid-col=x8] {
        width: calc(100% / 8) !important;
    }

}