/*
Theme Name: AllTeams
Theme URI: https://keystonewebstudios.com/workflow/
Description: Workflow is a responsive development ready child theme of the OceanWP Framework for Wordpress. Simply customize this theme with your default plugin set, custom hooks and styling then reuse anytime you build a new website! Feel free to whitelabel this theme for your own purposes.
Author: Levi Beers
Author URI: http://keystonewebstudios.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
