

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width:  100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  background-image: url('../images/homepage/BgImg.png');
  margin: 6% auto; /* 15% from the top and centered */
  padding: 4px;
  border-radius: 8px;
  width: 810px;
  height: 610px;
   /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.body-layout_VKT {
  display: grid;
  margin-top: 15px;
}

.body-layout_VKT .images-section_VKT .ship-gif_VKT {
	width: 800px;
    border-radius: 4px;
    height: 582px;
    margin: 2px;
}

.close {
  color: #aaa;
    
  float: right;
    
  font-size: 14px;
    
  font-weight: normal;
    
  padding: 0px;

}
