
/* @media (max-width: 991.98px) {
	#bs_home_image:not(.no-margin){
	    margin-top:-59px
	}
    } */
    

    
    #bs_home_image .bs_home_image-container{
	position: relative;
	width: 100%;
	height: auto;
	min-height: auto;
	overflow: hidden
    }

	
	@media (min-width: 449px) {
		#bs_home_image .bs_home_image-title {
			white-space: nowrap;
		}
	}
    
    
    @media (max-width: 767.98px) {
	#bs_home_image .bs_home_image-container{
	    height:600px
	}

	#bs_home_image .truspilotMerchantSmall {
		justify-content: center;
	}

    }
    
    #bs_home_image .bs_home_image-container:before{
	content: "";
	background: linear-gradient(0deg,rgba(0,0,0,.95) 10%,rgba(0,0,0,.8) 20%,transparent 80%);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1
    }
    
    @media (min-width: 768px) {
	#bs_home_image .bs_home_image-container:before{
	    background:linear-gradient(90deg,rgba(0,0,0,.95) 10%,rgba(0,0,0,.8) 20%,transparent 80%)
	}
    }
    
    #bs_home_image .bs_home_image-container img{
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 100%
    }
    
    @media (max-width: 767.98px) {
	#bs_home_image .bs_home_image-container img{
	    position:relative;
	    top: auto;
	    left: auto;
	    width: 100%
	}
    }
    
    #bs_home_image .bs_home_image-container a{
	text-decoration: none
    }
    
    #bs_home_image .slide-txt{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	padding-bottom: 3rem;
	z-index: 1
    }
    
    @media (min-width: 768px) {
	#bs_home_image .slide-txt{
	    padding-left:2rem
	}
    }
    
    @media (min-width: 992px) {
	#bs_home_image .slide-txt{
	    justify-content:center;
	    padding-bottom: 0
	}
    }
    
    @media (min-width: 992px) and (max-width:1299.98px) {
	#bs_home_image .slide-txt .container{
	    padding:0 1.5rem
	}
    }
    
    @media (max-width: 767.98px) {
	#bs_home_image .slide-txt{
		text-align: center;
		padding:0 2rem 3rem 2rem;
	}
    }
    
    @media (min-width: 768px) {
	#bs_home_image .slide-txt__content{
	    width:55%
	}
    }
    
    @media (min-width: 992px) {
	#bs_home_image .slide-txt__content{
	    width:42%
	}
    }

    #bs_home_image .bs_home_image-title{
	font-family: ArchivoBlack,sans-serif;
	font-size: 1.25rem;
	color: #fff;
	margin-bottom: 2rem;
    }
    
    @media (min-width: 768px) {
	#bs_home_image .bs_home_image-title{
	    font-size:2rem
	}
    }
    
    #bs_home_image .bs_home_image-description{
	font-family: Montserrat,sans-serif;
	font-size: .875rem;
	color: #fff
    }
    
    @media (min-width: 768px) {
	#bs_home_image .bs_home_image-description{
	    font-size:1rem
	}
    }
    
    #bs_home_image .trustpilot-container{
	max-width: 230px;
	margin: 0 auto;
	padding: 1.5rem 0 0
    }
    
    @media (min-width: 768px) {
	#bs_home_image .trustpilot-container{
	    margin:0 0 0 -14px
	}
    }
    
    @media (min-width: 992px) {
	#bs_home_image .trustpilot-container{
	    padding:3rem 0 0
	}
    }
    
    .bs_home_image-btn{
    margin-top: 2.5rem

    }
    .bs_home_image-btn a{
	padding: 15px 1.5rem;
    }