@charset "utf-8";

 @media screen and (max-width:768px) {
  .cta.notslide {
    margin-bottom:60px;
  }
 }

.cta.notslide {
  margin-bottom: 60px;
}

.cta.notslide{
  height: auto;
}

.elevit_single{
  position: relative;
  display: block;
  margin-bottom:80px!important;
  width: 95%;
}

.elevit_single .cta_thumb{
  width:auto;
  display: block;
}

.elevit_single .cta_thumb img{
  max-width: 100%;
}

.elevit_single .cta_price{
  position: absolute;
  right: 0;
  bottom:10px;
  display: block;
  width: 320px;
}

 @media screen and (max-width:768px) {
  .elevit_single .cta_price {
      width: 32%;
      max-width:190px;
      bottom:20px;
    }
  .elevit_single .cta_price .btn{
    font-size:3vw;
  }
 }