/*
Theme Name: Qualia Creative
Author: Protrio Pty Ltd
Description:  ...
Version: 0.1
Text Domain: theme-name
*/


#fullpage #section0 .vimeo-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden; }
#fullpage #section0 .slide .m-main .m-bg::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: -5; }
#fullpage #section0 .m-container-outer {
  height: 100%;
  width: 60%;
  padding: 6% 0 3% 8%;
  position: absolute;
  top: 0; }

@media screen and (max-width: 640px){
#fullpage #section0 .m-container-outer {
    width: 100%;
    padding: 10%;
    padding-bottom: 20%;
}
}