body{
    overflow-x: hidden;
}
.img-start{
    width: 100%;
}

@media only screen and (max-width: 1370px) {
    .start-section{
        position: absolute;
        top: 300px;
        right: -28%;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1250px) {
    .start-section{
        position: absolute;
        top: 300px;
        right: -28%;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1000px) {
    .start-section{
        position: absolute;
        top: 300px;
        right: -28%;
        cursor: pointer;
    }
}

@media only screen and (max-width: 830px) {
    .box{
        height: 300px;
    }
    .start-section{
        position: absolute;
        top: 200px;
        right: -37%;
        cursor: pointer;
    }
    .start-section img{
        width: 25%;
    }
    .start-section h1{
        font-size: 23px;
        position: absolute;
        top: 50px;
        left: 42px;
    }

}

@media only screen and (max-width: 600px) {

    .box{
        height: 300px;
    }

    .start-section{
        position: absolute;
        top: 130px;
        right: -95%;
        cursor: pointer;
    }
    .start-section img{
        width: 25%;
    }
    .start-section h1{
        font-size: 23px;
        position: absolute;
        top: 50px;
        left: 42px;
    }
}

@media only screen and (max-width: 380px) {

    .box{
        height: 300px;
    }

    .start-section{
        position: absolute;
        top: 130px;
        right: -95%;
        cursor: pointer;
    }

    .start-section img{
        width: 23%;
    }

    .start-section h1{
        font-size: 15px;
        position: absolute;
        top: 30px;
        left: 33px;
        color: #ffffff;
    }
}