﻿
#main_img {
    position: relative;
    background-image: url(/png/misc-images/newbanner.webp);
    width: 100%;
    height: 740px;
    max-height:75vh;
    background-position:center;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    width: 100%;
}

.bootinimg {
    width:80px;
}
.bootinimg2 {
    width: 170px;
}

.mid-section{
    padding:25px;
}
.mid-section2 {
    width:100%;
    background-image: url('../png/home/bg-consult.webp');
    background-size:cover
}
.mid-section3 {
    width: 100%;
    padding: 25px;
    background-image: url('../png/home/john-1993.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.mid-section4 {
    width: 100%;
    margin-top: 0vh;
    padding: 25px;
    background-image: url('../png/home/rental-header02.webp');
    background-size: cover;
    min-height: 400px;
}
.UseLess{
    text-align:center;
}
.mediatitle {
    font-size: 50px;
    color: #2474BA;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0px;
}
.YoutubeTitle {
    font-size: 30px;
    color: #2474BA;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: center;
}

#google-map {
}

#fbbutton:hover {
    cursor: pointer;
}
#youtubebutton{
    cursor:pointer;
}

row{
    margin:0px !important;
}
@media screen and (max-width: 1080px) {

    #main_img {
        background-image: url('/png/blastall-mobile-bkg.webp');
        width: 100%;
        left: 0%;
        background-size:contain;
        
        background-position:center;
    }

    .mid-section3 {
        width: 100%;
        margin-top: 19vh;
        background-image: none;
    }
}