@media (min-width: 376px){
  .uber-eats{
    margin-left: 26px;
    margin-top: 10px;
    float: right;
  }

  .uber-eats img{
    width: 225px;
    float: right;
  }

  .site-social-integration{
    padding: 70px 0 10px 0;
  }
}

@media (max-width: 375px) {
  .uber-eats{
    float: left;
    margin: 0;
  }
   .uber-eats img{
     float: left;
     width: 135px;
     margin: 15px;
   }
}

@media only screen
and (max-device-width : 360px){
  .uber-eats{
    text-align: center;
    margin: 0;
    float: none;
  }
  .uber-eats img{
    width: 135px;
    text-align: center;
    float: none;
    margin: 15px;
  }
}

/* For Adrotate Popup Ad */
#ad-popup {
    background: #1f1f1f;
    background: rgba(0,0,0,0.80);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;    
}

#ad-popup-bg {
    height: 100%;
    position: fixed;
    width: 100%; 
    z-index: 99999;
}
    
.ad-container {
    display: table;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    top:0;
    width: auto;
}
    
.ad-inner {
    display: table-cell;
    height: 100%;
    max-width: 800px;
    vertical-align: middle;
}
.ad-inner a {
    display: block;
}
.ad-inner img { 
    max-height: 600px;
    max-width: 600px;
    width: 100%;
}
.ad-inner-wrap {
    display: block;
    position: relative;
    z-index: 99999;
}
#close-popup {
    position: relative;
}
#close-popup .close-btn {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-family: Arial;
    padding: 10px 12px 15px;
    position: absolute;
    right: 0;
    z-index: 999999;
}

#close-popup .close-btn:hover {
    opacity: 0.8;
}    
