.preporuke {
    background: #fff;
    box-shadow: 0 10px 19px #0b0b0b40;
}

::-moz-selection { /* Code for Firefox */
    background: #dfdfdf;
  }
  
  ::selection {
    background: #dfdfdf;
  }


.slider-width {
    width: 100%;
    margin: 1rem auto 8rem auto;
    position: relative;
    padding-bottom: 32px;
}

.customize-tools {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 28px;
}

.prev,
.next {
    position: absolute;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 24px;
}

.prev {
    padding: 7px 0 0 14px;
    box-shadow: 2px 5px 7px #4b4b4b7d;
    transform: translateX(-90px);
    left: 0;
}

.next {
    padding: 7px 0 0 17px;
    box-shadow: 2px 5px 7px #4b4b4b7d;
    transform: translateX(90px);
    right: 0;
}

.tns-nav {
    /* position: absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%); */
    text-align: center;
    margin-bottom: 42px;
    display: none;
  }

  .tns-nav button {
    text-transform: none;
    width: 10px;
    height: 10px;
    border: 0px;
    margin: 0 5px;
    background-color: #c0c0c0;
    border-radius: 50%;
    padding: 0;
    }

    button.tns-nav-active {
        background-color: #a4a4a4;
        }

        .tns-inner {
            padding: 18px;
        }

.quotation-marks {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    color: #000000;
    font-size: 88px;
    line-height: 114px;
    font-style: italic;
    margin-bottom: -56px;
    text-align: center;
}

.quotation-author {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 12px;
    text-align: center;
}

.main-frame .frame p {
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 26px 0 5px 0;
}

.frame ::-moz-selection { /* Code for Firefox */
    background: #ffffff;
  }
  
  .frame ::selection {
    background: #ffffff;
  }

.slider-width::before,
.slider-width::after {
    content: "";
    position: absolute;
    width: 30px;
    top: 86px;
    bottom: 0;
    z-index: 3;
}

.slider-width::before {
    left: 0;
    background: linear-gradient(90deg, #fff 50%, #ffffff00 100%);
}

.slider-width::after {
    right: 0;
    background: linear-gradient(90deg, #ffffff00 0%, #ffffff 50%);
}

@media (min-width: 768px) {

    .slider-width {
        width: 90%;
    }

    .quotation-marks {
        line-height: 86px;
        margin-bottom: -45px;
    }

}

@media (min-width: 992px) {
    .slider-width {
        width: 900px;
    }

    .slider-width::before,
    .slider-width::after {
        width: 50px;
    }

    .tns-inner {
        padding: 36px;
    }
}

@media (min-width: 1200px) {

    .main-frame .frame p {
        padding: 26px 14px 5px 14px;
    }

    .slider-width {
        width: 1000px;
    }
}

@media (min-width: 1360px) {


    .slider-width {
        width: 1200px;
    }
}

