/*
Theme Name: AT580
Theme URI: http://ideasandpixels.com
Author: Ideas and Pixels
Author URI: http://ideasandpixels.com
Description: A custom theme built for AT580.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: at580

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html body .banners {

  .banners-wrapper {

    .slides {

      .banner-item {
      position: relative;
      height: 80vh;
      background-position: bottom center !important;

        .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        }

        .container-fluid {
        
          .content {

            .headline {
            font-weight: 500 !important;
            }

          }

        }

      }

    }

  }

}