/*OVERLAY OVERLAY OVERLAY OVERLAY OVERLAY OVERLAY OVERLAY OVERLAY OVERLAY OVERLAY*/
.bg-mask-mh {
    background-color: rgba(0, 0, 0, 0.6) !important; 
    height:300px;
}
.bg-mask-landing-mh {
    background-color: rgba(0, 0, 0, 0.6) !important; 
    height:300px;
}
.bg-mask-room-mh, .bg-mask-home-mh {
    background-color: rgba(0, 0, 0, 0.6) !important; 
    height:150px;
}
/*BACKGROUND IMAGE BACKGROUND IMAGE BACKGROUND IMAGE BACKGROUND IMAGE BACKGROUND IMAGE*/
.img-hero-img-mh, 
.img-hero-landing-mh, 
.img-hero-room-req-mh, 
.img-hero-home-req-mh,
.img-hero-house-rules-mh,
.img-hero-moveout-mh,
.img-hero-employers-mh,
.img-hero-report-mh {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    margin-top: -3px;    
    margin-bottom: 3px;
}
.img-hero-img-mh{
    background-position: center center; 
    height: 500px;
}
.img-hero-landing-mh {
    background-position-x: 0%; 
    background-position-y: 70%; 
    height: 500px;
}
.img-hero-room-req-mh{
    background-image: url('https://mcqueenhomesllc.com/mh/images/carousel/216SC-BR2-2.jpg');
    background-position-x: 0%; 
    background-position-y: 20%; 
    height: 265px;
}
.img-hero-home-req-mh{
    background-image: url('https://mcqueenhomesllc.com/mh/images/carousel/1415Carr-LR-1.jpg');
    background-position-x: 0%; 
    background-position-y: 60%; 
    height: 265px;
}
.img-hero-house-rules-mh {
    background-image: url('https://mcqueenhomesllc.com/mh/images/carousel/118N8-FH-2.jpg');
    background-position-x: 0%;
    background-position-y: 60%;
    height: 265px;
}
.img-hero-moveout-mh {
    background-image: url('https://mcqueenhomesllc.com/mh/images/carousel/u-haul.png');
    background-position-x: 0%;
    background-position-y: 60%;
    height: 265px;
}
.img-hero-employers-mh {
    background-image: url('https://mcqueenhomesllc.com/mh/images/carousel/employer.jpg');
    background-position-x: 0%;
    background-position-y: 60%;
    height: 265px;
}
.img-hero-report-mh {
    background-image: url('https://mcqueenhomesllc.com/mh/images/carousel/eviction-report.png');
    background-position-x: 0%;
    background-position-y: 60%;
    height: 265px;
}
/*EMPLOYER CARD STYLES*/
.card-body .employer-card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-left: 5px;
    padding: 1px;
    max-height: 90px;
    max-width: 97%;
}
/*CONTAINER TOP MARGIN*/
.container-employers-mh {
    margin-top: 5px;
}
/*PROPERTY FILTER SECTION STYLES*/
#property-filter .card {
    border-radius: 0 !important;
    margin-bottom: 5px !important;
}
#property-filter .card-header {
    border-radius: 0 !important;
}
#property-filter .card-body {
    padding: 10px;
    border-radius: 0 !important;
}
