/*BANNER AND TEXT*/
.home-banner{
  background-image: url('/assets/banner/Thailand.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
}
/*NEWS RELEASES*/
.bg-list{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.div-overlay {
  position: relative;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background-color: rgba(0, 0, 0, .7);
  color: #f1f1f1; 
  width: 100%;
  color: white;
  padding: 7px;
}