#icon{
    width: 400px;
}

#icon2{
    width: 100%;
}

.backimg {
    /* The image used */
    background-image: url("/images/about/crop.jpg");
  
    /* Set a specific height */
    height: 500px;
  
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    border-radius: 0px 1000px 1000px 0px;
  }

@media only screen and (max-width: 566px) {
    #icon{
        width: 90%;
    }
  }