.main_img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width: 600px) {
  .mobile_hidden {
    display: none;
  }
}