.sqplcm-branding {
	bottom:0;
	right:0;
	position: fixed;
	z-index:9999;
  }

  .sqplcm-branding img {
	width:200px;
  }

  .sqplcm-overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99998;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.8);
  }

  .sqplcm-overlay-content {
	position: relative;
	text-align: center;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:260px;
	height:100%;
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
  }

  .sqplcm-overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }

  .sqplcm-overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
  }

  .sqplcm-overlay .sqplcm-closebtn {
	position: absolute;
	top: -20px;
	left: 260px;
	font-size: 60px;
	color:#fff;
  }

  @media screen and (max-height: 450px) {
	.sqplcm-overlay a {font-size: 20px}
	.sqplcm-overlay .sqplcm-closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
	}
  }
  @media screen and (max-width: 500px) {
	.sqplcm-branding img {
		width: 150px;
	}
  }
