/* Enter Your Custom CSS Here */
@media only screen and (max-width:767px){ 
.flipbook .booklet{
  width:300px;
}
  .booklet .b-wrap-left{
  width: 300px !important;
  }
  .booklet{
  width:300px !important;
   
  }
}
.btn-primary {
     background: #EDEB28;
    padding: 5px 10px;
    border-radius: 10px; 
}