		body {
		    margin: 0;
		    padding: 0;
		    }
    	img {
    	    width:100%;
    	    height:auto;
	        margin:0;
	        }  
.fixed-div {
		  position: fixed;
		  top: 100%;
		  left: 50%;
		  width:100%;
		  height:200px;
		  transform: translate(-50%, -50%);
		  background-color: rgba(0, 0, 0, 0.5);
		  padding: 20px;
		}
   .dwnimg {
           display: block;
           margin:auto;
           width:76%;
           }
		
		   
  .fixed-div2 {
      position: fixed;
      right:0;
      top: 55%;
      }
      .tg {
      display: block;
      width:100px;
      }