
.show-logo {
    position: absolute;
    top:0;
    padding:25px;
    display: flex;
    width:100%;
    /*height: 100%;*/
    z-index: 50;
    overflow: hidden;
}
  
.logo-single {
    width: 40%;
    max-width: 280px;
    height: auto;
}
  
.logo-half {
    width: 40%;
    max-width: 280px;
    height: auto;
}
  
.logo-third {
    width: 40%;
    max-width: 280px;
    height: auto;
}
  
.logo-mixed-small {
      width: 100%;
      max-width:180px;
      height: auto;
}
  
.logo-mixed-large {
      width: 100%;
      max-width:220px;
      height: auto;
}
  
.logo-top-left {
    justify-content: start;
    align-items: first baseline;
}
  
.logo-top-center {
    justify-content: center;
    align-items: first baseline;
}
  
.logo-top-right {
    justify-content: end;
    align-items: first baseline;
}
  
.logo-center-left {
    justify-content: start;
    align-items: center;
}
  
.logo-center-center {
    justify-content: center;
    align-items: center;
}
  
.logo-center-right {
    justify-content: end;
    align-items: center;
}
  
.logo-bottom-left {
    justify-content: start;
    align-items: last baseline;
}
  
.logo-bottom-center {
    justify-content: center;
    align-items: last baseline;
}
  
.logo-bottom-right {
    justify-content: end;
    align-items: last baseline;
}
  
.hide-show-bar {
      display: none !important;
}
  
.row-layout {
      min-height: auto !important;
}
  
.video-embed-container {
      height: unset !important;
}
  
@media only screen and (min-width: 768px) {
    .logo-single {
        width: 30%;
        max-width: 280px;
    }
        
    .logo-half {
        width: 30%;
        max-width: 120px;
    }
        
    .logo-third {
        width: 50%;
        max-width: 180px;
    }
  
    .logo-mixed-small {
        width: 100%;
        max-width:200px;
        height: auto;
    }
  
    .logo-mixed-large {
        width: 100%;
        max-width:160px;
        height: auto;
    }
  
    .row-layout {
        min-height: auto !important;
    }
  
    .row-layout.mixed-layout-img-vid.small-img-first
        .show-card
        .show-card-image {
        height: 100% !important;
    }
}
  
@media only screen and (min-width: 1024px) {
    .logo-single {
        width: 30%;
        max-width: 480px;
    }
        
    .logo-half {
        width: 30%;
        max-width: 260px;
    }
        
    .logo-third {
        width: 50%;
        max-width: 200px;
    }
  
    .logo-mixed-small {
        width: 100%;
        max-width:260px;
        height: auto;
    }
  
    .logo-mixed-large {
        width: 100%;
        max-width:240px;
        height: auto;
    }
  
    .row-layout.mixed-layout-img-vid.small-img-first
        .show-card
        .show-card-image {
        height: 100% !important;
    }
  }