.topback{
    height:40vh;
    background-image: url('../img/about/sports-carv3.jpg');
    background-size: cover;
}

.positexttop{
    padding-top: 35vh;
    padding-left: 30vh;
    color: white;
}

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    height:70px;
    background-color:#EEEEEE;
}

div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #FF0017;
    color: white;
    border-radius: 10px;
}

.distributorback{
    height:30vh;
    background-image: url('../img/about/Group 460.png');
    background-size: cover;
}

.toppic{
    color:#3B419B;
}
.line{
    color:#FF0017;
}

.sizeimg6-1{
    width:800px;
    height:250px;
}

.sizeimg6-2{
    width:300px;
    height:250px;
}

.sizeimg2{
    width:400px;
    height:200px
}

@media only screen and (max-width: 1270px) {

    .positexttop{
        padding-top: 35vh;
        padding-left: 0vh;
        color: white;
    }

    .sizeimg6-1{
        width:700px;
        height:250px;
    }
    
    .sizeimg6-2{
        width:300px;
        height:250px;
    }

    .sizeimg2{
        width:400px;
        height:200px
    }
}

@media only screen and (max-width: 992px) {
    .positexttop{
        padding-top: 35vh;
        padding-left: 0vh;
        color: white;
    }

    .sizeimg6-1{
        width:700px;
        height:250px;
    }
    
    .sizeimg6-2{
        width:300px;
        height:250px;
    }

    .sizeimg2{
        width:400px;
        height:200px
    }
}

@media only screen and (max-width: 400px) {
    .positexttop{
        padding-top: 35vh;
        padding-left: 0vh;
        color: white;
    }

    .sizeimg6-1{
        width:350px;
        height:250px;
    }
    
    .sizeimg6-2{
        width:300px;
        height:250px;
    }

    .sizeimg2{
        width:350px;
        height:200px
    }
}


