/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@media (min-width: 800px) {
  .col-md-3 {
    float: left;
    width: 22%;
    border: 1px solid #bedbdf;
    border-radius: 20px;
    background-color: #bedbdf;
    min-height: 500px;
    margin: 0 10px; } }
@media (max-width: 800px) {
  [class*="col-md"] {
    display: block;
    width: 100%; } }
.chatbox {
  margin: 0 auto;
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1024px;
  max-height: 720px; }

.chatbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
