:root {
  --header-height: 0;
  --header-comp: 107px; }

/*
  This mixin can be used to set the line-height in percents:
  @include line-height(fontSize, lineHeight);
*/
/*
  This mixin can be used to set the font-size and line-height in percents:
  @include font-size(fontSize, lineHeight);
*/
/*
    Mixin for breakpoints
    
    @include phone {}
    ...
    @include full-width {}
 */

:root {
  --header-height: 0;
  --header-comp: 107px; }

/*
  This mixin can be used to set the line-height in percents:
  @include line-height(fontSize, lineHeight);
*/
/*
  This mixin can be used to set the font-size and line-height in percents:
  @include font-size(fontSize, lineHeight);
*/
/*
    Mixin for breakpoints
    
    @include phone {}
    ...
    @include full-width {}
 */
.poster {
  width: 100%;
  height: 50vh;
  background-color: orange; }

