:root { --transparent-bg: rgba(35, 38, 46, 0.7); }
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #000;
  background-image: url('wall1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	width: 100% ;
    max-height:100% ;
    
}
.widget-content:not(.widget-content-frameless), .widget-content-frame button.expand-toggle-button{
    background-color: var(--transparent-bg);
}