.kulaty-tlacitko {
    background-color: #e80303;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 23px;
    margin: 4px 2px;
    width: 426px;
}

.kulaty-tlacitkovol1 {
    background-color: #e80303;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    width: 300px;
}
  
.no_background {
    background: url('/img/HONZA_BRYLE_1_50.jpg');
    z-index: 55;
    background-size: cover;
    background-position-y: 10%;
}
.boot-mask {
    background-color: rgba(0, 0, 0, 0.6);
}

.hezky {
    font-size: 18pt;
    color: #000
}

  
.img-fluid  { max-width: 100%; }

.container_CTA {
  align-items: center;
}
.img-fluid  {
    width: 100%;
}

.tlacitko_CTA {
    background-color: #e80303;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 19px 2px;
    width: 300px;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .fotka_CTA {
    display: flex;
    margin: auto;
    object-fit: contain;
}

  .tlacitko_CTA {   
    height: 3em;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    
    background-size: 100%, 100%;
  }
  
  .carousel-control-next-icon:after
  {
    content: '>';
    font-size: 55px;
    color: red;
    position: relative;
    top: -40px;
}
  
  
  .carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: red;
    position: relative;
    top: -40px;

  }

  .fw-bold {
    font-weight: 700!important;
    color: white;
}
.cookies {
    font-weight: 700!important;
    color: white;
}

.img-fluid:hover {
    filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481)) drop-shadow(0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185)) drop-shadow(0px 20px 13px rgba(0, 0, 0, 0.035)) drop-shadow(0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815)) drop-shadow(0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519));
}