Position d'image fixe pendant le défilement

.banner {
      position:fixed;
      width: 100px;
      height: 100px;
      background-color: mediumaquamarine;
      top: 40px;
    }
PrashantUnity