.vbox {
	width: 100%;
	background-color: #fff;
  
}

 


.sticky {
	position: sticky;
	position: -webkit-sticky;
	z-index: 99;
	top: 0px;
	height: 122px;
}

.vbox img {
	max-width: 100%;
}
