
    
    
    
    
    
    
    
    
    
    .alert {
  padding: 20px;
  background-color: #0C52A0;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
  

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 41.00%; 
 
  
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 78%;
 margin-right: 11%;
  margin-left: 11%;
}
  
  .product1 {
  width: 800px;
  height: 50%;
      }

  
  
  
  
  
  
  
  