section {
   
    margin-top: 25px;
  }
  
  .divider {
    width: 75%;
    margin: 100px auto;
    height: 2px;
    background-color: #333;
  }
  
  .itemad {
    height: 25rem;
    padding: 1rem;
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(0.9);
    border-radius: 15px;
    /*box-shadow: 5px 5px 5px #888888;*/
    background-color: rgb(196, 229, 248);
    background-image: linear-gradient(to right, rgb(82, 57, 172) , rgb(170, 145, 224))

  }


  .slick .itemad {
    background: #3498db;
  }
  
  .active .itemad, .slick-center {
    opacity: 1;
    transform: scale(1);
    
  }
  
  .owl-controlsad {
    position: absolute;
    margin-top: 300px;
  }
  .adanchor1 {
    color: rgb(195, 184, 233);
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgb(9, 9, 56);
  }
  .adanchor1:hover {
    color: rgb(243, 238, 238);
  }
  .ada {
    color:maroon;
    padding: 5px;
    font-size: 15px;
  }
  .ada:hover {
    color:rgb(247, 43, 60);
  }
  .disc {
   color:white;
   font-size:22px;
   vertical-align: text-top;
   text-shadow: 2px 2px 2px black;
  }
  .disc:hover {
    font-size:24px;
    overflow:auto
  }
  .photoad {
   /*width: 100%;
  height: 280px;*/
  width: 75%;
  height: 210px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  .thumbad {
    position: relative;
  overflow: hidden;
  margin-left:10px;
  }
  .overlayad {
    width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, 0.6);
  }

  @media all and (max-width: 479px) {
    #longadabovefeatured {display:none;}
   
  }
  @media all and (min-width: 480px) {
    #shortadabovefeatured {display:none;}
   
  }
