#cookie_message {
  display: none;
}

.cookie_overlay {
  background-color: rgba(39, 65, 79, 0.84);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.cookie_message {
  background-color: #fff;
  position: fixed;
  bottom: 4rem;
  z-index: 10000;
  max-width: 320px;
  right: 0;
  color: #555;
  padding: 20px;
  border-radius: 3px;
  margin: 1rem;
  left: auto;
}

.cookie_message p {
  margin-bottom: 0px;
}

.cookie_message a {
  color: inherit;
  text-decoration: underline;
}

.cookie_message > div {
  text-align: center;
}

.cookie_message button {
  margin-top: 20px;
  line-height: 30px;
  padding: 2px 12px;
  background: #27414f;
  border: 0;
  color: #fff;
  border-radius: 3px;
  margin-left: 0;
  font-weight: 700;
  cursor: pointer;
}

@media only screen and (max-width: 414px) {
.mobileq-frame {
	height: 200px!important;
    width: 365px!important;	
    }
}

@media only screen and (max-width: 375px) {
.mobileq-frame {
	height: 220px!important;
    width: 340px!important;	
    }
}
@media only screen and (max-width: 360px) {
.mobileq-frame {
	height: 240px!important;
    width: 310px!important;
    }
}
@media only screen and (max-width: 320px) {
.mobileq-frame {
    height: 260px!important;
    width: 280px!important;
    }
}


