.box-img{ width:100%;height: 100%; overflow:hidden; border: 1px solid #fff; background-repeat: no-repeat;background-size: cover;background-position: top center;}


.rectangle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc522;
    transform: translate(0%, -50%) skew(0deg, -15deg);
    z-index: -1;
}



.top-tag-wrapper{
    width: 100%;
    padding: 1% 3% 1% 0%;
    background-color: #FFC522;
}

.box-absolute{ position: absolute;}

.tall-wrapper{position: relative;width: 100%;height: 100%;overflow: hidden; border: 1px solid #fff;}

.tag-in-img{
    cursor: default;;
}

.beerimage {width: 40%;}

.img-default-pos{bottom: 5%;right: 10%;}

.tall-wrapper .title{
    font-size: 3.5vw;
    font-weight: bolder;
    line-height: 3vw;
    text-transform: uppercase;
    width: 35%;
    margin-bottom: 15%;
}

.tall-wrapper .tall-pos{
    top: 10%;
    left: 15%;
}

.small-box-wrapper .title{
    font-size: 3.5vw;
    font-weight: bolder;
    line-height: 3.5vw;
    text-transform: uppercase;
    width: 70%;
    margin-bottom: 15%;
}

.small-box-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFC522;
    border: 1px solid #fff;
}

.small-box-wrapper .small-box-position{
    top: 20%;
    left: 15%;
}

.all.article-data-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.data-wrapper{
    position: absolute;
    bottom: 10%;
    padding: 0% 12% 0% 12%;
    cursor: pointer;
}

.data-wrapper .tag {
    font-size: 1vw;
    line-height: 1vw;
    color: #fff;
}

.data-wrapper .tag .badge{
    cursor: default;
}

.data-wrapper .title {
    font-size: 1.9vw;
    line-height: 1.9vw;
    color: #fff;
    text-transform: uppercase;
}

.data-wrapper .sub-title {
    font-size: 1.5vw;
    line-height: 1.5vw;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-pill{
    background-color: #212529 !important;
    width: 25%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}

.top-tag-wrapper .custom-pill{
    background-color: transparent !important;
    border:solid 1px #FFF;
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    width: 150px;
}



.top-tag-wrapper .custom-pill.active{
    background-color: #FFF!important;
    border:solid 1px #FFF;
    color: #ffc522;
}


.top-tag-wrapper .badge{
    cursor: pointer;
}

.linkbut{
    background: linear-gradient(135deg, #212529 50%, transparent 50%) ;
    color: #f8f9fa;
    font-size: 0.8vw;
    width: 35%;
    transition:all .5s ease-out;
    position: relative;
    text-transform: uppercase;
}

.linkbut:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   /* background: linear-gradient(135deg, transparent 50%, #212529 0%) !important; */
    z-index: -1;
}

.linkbut, .linkbut:after{
    background-size: 300% !important;
    background-position: 99% !important;
    transition: 1s;
    
}

.linkbut:hover, .linkbut:hover:after{
    background-position: 0 !important;
    border-color: #212529 !important;
    color: #f8f9fa !important;
}

.loader-seemore .loader-wrapper * {
    z-index: 0;
}

#fixedbutton {
    position: fixed;
    bottom: 6%;
    right: 3%; 
    z-index: 100;
    color: #ffc522;
}

.speakerradius{
    border: solid 3px#ffc522;
    background-color: #ffc522;
    border-radius: 23px;
    width: 45px;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {

    .rectangle {
        transform: translate(0%, -30%) skew(0deg, -15deg);
    }

    .filter{
        font-size: 4vw;
        
    }
    
    .top-tag-wrapper .custom-pill {
        width: 100px;
    }

    .small-box-wrapper .small-box-position {
        top: 20%;
        left: 5%;
    }

    .small-box-wrapper .title {
        font-size: 6.5vw;
        line-height: 6vw;
    }

    .data-wrapper {
        padding: 0% 12% 0% 5%;
    }

    .data-wrapper .tag {
        font-size: 1.5vw;
        line-height: 1.5vw;
        
    }

    .custom-pill {
        width: fit-content;
    }

    .data-wrapper .sub-title {
        display: none;
    }

    .tall-wrapper .title {
        font-size: 5.5vw;
        line-height: 5vw;
        width: 95%;
    }
    

    .tall-wrapper .tall-pos {
        top: 10%;
        left: 5%;
    }
    .img-default-pos {
        bottom: 5%;
        right: 36%;
    }

    .beerimage {
        width: 30%;
    }

    .data-wrapper .title {
      font-size: 3.5vw;
      line-height: 3.5vw;
    }
  
    .linkbut {
      font-size: 1.8vw;
      width: 50%;
    }
  
    .box-img .text {
      font-size: 1.5vw;
      top: 6%;
    }
  }
  
@media only screen and (max-width: 767px) {

    .beerimage {
        width: 27%;
    }

    .tall-wrapper .title {
        font-size: 5.3vw;
        line-height: 5vw;
        width: 100%;
    }
  
    .small-box-wrapper .title {
      font-size: 5.5vw;
      line-height: 5.5vw;
    }
  
    .linkbut {
      font-size: 2.8vw;
      width: 50%;
    }
  
    .data-wrapper .title {
      font-size: 3.5vw;
      line-height: 3.5vw;
    }
  
    .data-wrapper .sub-title {
      font-size: 2vw;
      line-height: 2vw;
  }
  
    .data-wrapper .tag {
      font-size: 2vw;
      line-height: 2vw;
    }
  
    .box-img .text {
      font-size: 4.5vw;
      
    }

}

  @media only screen and (max-width: 480px) {
    .small-box-wrapper .title {
      font-size: 5vw;
      line-height: 5vw;
    }
  }