/* Set height to 100% for body and html to enable the background image to cover the whole page: */
body, html {
  /*height: 100%*/
  background-color: #000000;
}
.container {
  padding-right: 0!important;
}
.row{
  margin-right: 0px!important;
}
img.img-responsive {
    width: 100%;
}
.bgimg {
  /* Background image */
  background: url('https://cdn.glitch.global/78a47a83-5752-40f0-be21-0bd2cdd2aff4/vineclothes.jpg?v=1677763358074') no-repeat center center fixed;
  
  /* Full-screen */
  height: 100%;
  /* Center the background image */
  background-position: center;
  /* Scale and zoom in the image */
  background-size: cover;
  /* Add position: relative to enable absolutely positioned elements inside the image (place text) */
  position: relative;
  /* Add a white text color to all elements inside the .bgimg container */
  color: white;
  /* Add a font */
  font-family: "Courier New", Courier, monospace;
  /* Set the font-size to 25 pixels */
  font-size: 25px;
}