/*
  Theme Name: Landia Template
  Theme URI: http://llos.co
  Author: LLOS& - @marti_fenosa
  Author URI: https://llos.co
  Description: LLOS& Template
  Version: 2.0.9
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: llos
*/




.single-photo-project .burguer,
.single-photo-project .logo {
display: none;
}

.home__wrapper .slide-hold .video-cover video {
 object-fit: cover;
    width: 100%;
    height: 100%;
transform: none;
-webkit-transform: none;
    -moz-transform: none;
    -ms-transform:  none;
    -o-transform:  none;
left: auto;
top: auto;
}



@media only screen and (min-width: 769px) {
  .director-page .bio .visible-part h1, .photographer-page .bio .visible-part h1 {
    text-align: center;
    margin: auto;
  }

  .director-page .bio .hidden-part .bio-text {
    text-align: center;
  }

  .director-page .bio {
    --margin: 15vw;
  }
  .director-page .bio .toggle-director-bio {
    position: absolute;
    top: 100px;
    right: 30px;
  }
  .director-page .bio .visible-part {
    padding: 100px var(--margin) 0;
  }
  .director-page .bio .hidden-part {
    padding: 0 var(--margin);
  }
  .director-page .bio .hidden-part .bio-text,
  .director-page .bio .hidden-part .bio-socials {
    width: 100%;
  }
}