/*
Theme Name:         CW Shutters Theme
Theme URI:          https://pinkpanda.com.au
Description:        WordPress theme crafted by Pink Panda
Version:            1.0
Author:             Pink Panda
Author URI:         https://pinkpanda.com.au/
Text Domain:        pinkpanda

License:            Copyright Pink Panda Australia Pty Ltd 2024
License URI:        https://pinkpanda.com.au
*/

.banner-text-image .banner-image:after{
  position: absolute;
  top: 50px;
  right: 0;
  width: 50%;
  content: '';
  background: #fff;
  bottom: 0;
}
.banner-text-image .banner-image .img-reveal{
  z-index: 9;
}
.banner-text-image .banner-image .badge{
  z-index: 10;
}
