.maincontent {
padding:70px 100px;
position:relative;
max-width:100%;
}

.home-left-list {
display:grid;
grid-template-rows:1fr ;
grid-template-columns:1fr 1fr;
}


.list-head {
border-left:6px solid #333;
font-style:italic;
font-weight:bold;
padding-left:25px;
}

.list-head li {
font-size:24px;
}

.home-left-list li {
text-decoration:none;
text-align:left;
padding:15px;
}

.soffit-why {
width:55%;
padding-left:100px;
}

.soffit-hire {
width: 50%;
float: right;
}

.hero-banner {
    color: #ffffff;
    width: 45%;
    background-color: rgba(33,33,33,0.8);
    margin-top: 0px;
padding:100px;
margin-bottom:0px;

}

.home-left {
width:50%;
text-align: center;
}

.home-right {
width:50%;
}

.sf-gallery-right {
padding:0px 25px;
border-right:2px solid #fff;
}


.sf-gallery-left {
padding:0px 25px;

}

/* Media Query for Mobile Devices */

@media (max-width: 480px) {
.maincontent {
        padding:50px 20px !important;
        width:100%;
    }
.global_1950 {
        padding:40px 20px !important;
        width:100%;
    }

    .hero-banner {
        width:100% !important;
        padding:50px !important;
    }

    .global_1951 {
        padding:40px 20px !important;
        width:100%;
        background-size:cover !important;
        background-position:center !important;
        background-image: url(/imageserver/Reusable/SoffitFascia/soffit.jpg) !important;
        background-color:rgba(255,255,255,0.0) !important;
    }


   

    .soffit-why {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
    }

    .soffit-hire {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
        margin-left:0px;
    }

    .global_1953 {
        padding:50px 20px !important;
        width:100%;
    }

 .gallery-right {
border-right:0px solid #fff !important;
border-bottom:2px solid #fff !important;
}
}


/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 480px) and (max-width: 767px) {
    .global_1950 {
        padding:50px 20px !important;
        width:100%;
    }

    .hero-banner {
        width:100% !important;
        padding:50px !important;
    }

    .global_1951 {
        padding:50px 20px !important;
        width:100%;
        background-size:100% !important;
        background-position:center !important;
        background-image: url(/imageserver/Reusable/SoffitFascia/soffit.jpg) !important;
        background-color:rgba(255,255,255,0.0) !important;
    }

    .soffit-why {
        background-color:rgba(255,255,255,0.8) !important;
        width:100% !important;
        padding:50px !important;
    }

    .soffit-hire {
        background-color:rgba(255,255,255,0.8) !important;
        width:100% !important;
        padding:50px !important;
        margin-left:0px;
    }

    .global_1953 {
        padding:50px 20px !important;
        width:100%;
    }

}


/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px) {
    .global_1950 {
        padding:50px 20px !important;
        width:100%;
    }

    .hero-banner {
        width:100% !important;
        padding:50px !important;
    }

    .global_1951 {
        padding:50px 20px !important;
        width:100%;
        background-size:cover !important;
        background-position:center !important;
    }
    .soffit-why {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
    }

    .soffit-hire {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
        margin-left:0px;
    }

    .global_1953 {
        padding:50px 20px !important;
        width:100%;
    }

}


/* Media Query for Ipad Pro and Ipad Landscape */

@media (min-width: 1024px) and (max-width: 1366px) {}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
   
}

@media (min-width: 1281px) and (max-width: 1440px) {}


/* Media Query for Large screens */

@media (min-width: 1281px) {
  
}