.iframe-fluid{
    width: 100% !important;
    max-width: 100% !important;
    height: 350px !important;
    max-height: 100% !important;
}
.img-bg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
  ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  ::-webkit-scrollbar-thumb {
  background: #888; 
    border-radius:5px;
}
::-webkit-scrollbar-thumb:hover {
  
  background: #555; 
}