/**
  Theme Name: Rubenz Child
  Theme URI: https://artemsemkin.com/rubenz/wp/
  Description: This is a child theme of Rubenz, generated by Merlin WP.
  Author: Artem Semkin
  Author URI: https://artemsemkin.com
  Template: rubenz
  Version: 1.0.0
*/

@media screen and (max-width: 991px) {
    .slider-halfscreen__images {
        width: 100%;
        z-index: 0 !important;
        height: 100%;
    }


.slider-halfscreen__content {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 999;
    height: auto;
  }
	
	header.slider-halfscreen__header h3 {
    color: white;
}

a.slider-halfscreen__link {
    color: white !important;
}
	
	.header__container.header__controls.container-fluid.blend-difference {
    background: black;
    mix-blend-mode: initial;
    padding-bottom: 1em;
}
	.col.header__col-left {
    opacity: 1 !important;
    visibility: visible !important;
    transform: initial !important;
}
	
	}