/*
Theme Name: Etienne Child
Theme URI: http://etienne.elated-themes.com
Description: A child theme of Etienne Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: etienne
Template: etienne
*/

.covid-banner {
  position: relative;
}
.covid-banner .text {
  position: relative;
  z-index: 99;
  padding: 1rem 2rem;
  text-align: center;
}
.covid-banner .text > * {
  margin-bottom: 0;
}
.covid-banner:before {
  content: '';
  background-image: url(https://medicalkiwi.com/wp-content/themes/etienne-child/images/covid.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.standard-banner {
  position: relative;
}
.standard-banner .text {
  position: relative;
  z-index: 99;
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
}
.standard-banner .text > * {
  margin-bottom: 0;
}
.standard-banner:before {
  content: '';
  background-color: #13132D;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}