.icon_new{position:absolute;top:0px;right:0px;width:50px;height:50px;}
#box3 {
    height: auto;
}

#Box1_v2 {
    background-attachment: scroll;
    background-image: url("/img/str07.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    clear: none;
    float: none;
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}

#box8_v2 {
    clear: none;
    float: none;
    height: auto;
    left: 0;
    margin: 50px auto;
    max-width: 1200px;
    padding: 0;
    position: relative;
    top: 0;
    width: 94%;
}

.product-4 {
    border-right: 1px solid rgb(255, 255, 255);
    clear: none;
    float: left;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    width: 25%;
}

.product__img {
    float: left;
    height: 250px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    /*background-image:-webkit-linear-gradient(270deg, rgba(0, 50, 160, 0) 34%, rgb(0, 50, 160) 100%),url("img/Chevrolet_Viva_F17_2.jpg");
    background-image: linear-gradient(180deg, rgba(0, 50, 160, 0) 34%, rgb(0, 50, 160) 100%), url(img/Chevrolet_Viva_F17_2.jpg);*/
    background-position: 0% 0%, 50% 50%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: auto, cover;
    background-size: auto, cover;
    min-width: 0px;
    position: relative;
}

.product__button {
    /*background-color: rgb(0, 50, 160);*/
    background-color: rgb(185, 185, 185);
    clear: both;
    float: left;
    height: 80px;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}

.product__link,
.product__button .product__link {
    background-color: #adadad;
    border-color: rgb(255, 255, 255);
    border-radius: 100px;
    border-style: solid;
    border-width: 2px;
    clear: none;
    color: rgb(255, 255, 255);
    display: block;
    float: none;
    font-size: 18px;
    font-weight: normal;
    height: 60px;
    line-height: 1em;
    margin: 0 auto;
    min-height: 0;
    padding-top: 20px;
    text-align: center;
    width: 80%;
}

.product__link:hover,
.product__button .product__link:hover {
    background-color: #FFD503;
    color: rgb(0, 50, 160);
}

.product-3 {
    border-right: 1px solid rgb(255, 255, 255);
    clear: none;
    float: left;
    height: auto;
    margin: 0;
    width: 33.33%;
}

@media only screen and (max-width: 780px) {
    .product-4 {
        width: 50%;
    }

    .product-3 {
        width: 50%;
    }
}

@media only screen and (min-width: 361px) {
    #box {
        height: 600px;
    }

    #image1 {
        margin-top: 90px;
    }

    #box5 {
        margin-top: 90px;
        position: absolute;
        right: 0;
        left: auto;
    }
}

@media only screen and (max-width: 360px) {
    #box3 {
        height: auto;
        margin-top: 94px;
    }

    #image1 {
        margin-top: 252px;
    }

    #box5 {
        margin-top: 0;
        width: 100%;
        position: absolute;
        left: 0;
    }

    #Box1_v2 {
        height: auto;
        border-bottom-width: 5px;
        border-bottom-color: rgb(0, 50, 160);
        border-bottom-style: solid;
    }

    #box8_v2 {
        clear: none;
    }

    .product-4 {
        width: 100%;
        border-right-width: 0px;
    }

    .product__img {
        width: 100%;
        height: 300px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .product-3 {
        width: 100%;
    }
}