.p-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 55px auto 20px;
    width: 1128px
}

.p-slider h2 {
    margin-bottom: 20px
}

.p-slider h3 {
    font-size: 20px;
    line-height: 25px
}

.p-slider p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato-Light'
}

.product-box .p-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 100%;
}

a.glider-slide{
    display: flex;
}
.product-box {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    border: 1px solid #cdd1d3;
    border-radius: 5px;
    margin: 0 24px 0 0;
    transition: box-shadow .5s linear
}

.product-box:hover {
    box-shadow: 0 0 9px 0 #cdd1d3;
    transition: box-shadow .5s linear
}

.p-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.p-img a,.p-img {
    width: 100%;
    height: 100%;
    display: flex;
    height: 240px
}

.p-img a img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: transform .5s linear;
    transform: scale(1);
    min-height: 250px
}

.product-box:hover .p-img a img,.product-box:focus .p-img a img {
    transform: scale(1.1);
    transition: transform .5s linear;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.glider-product-related .product-box {
    display: inline-block
}

.p-img-container {
    height: auto
}

.glider-product-related .p-img {
    overflow: hidden;
    display: block
}

.p-slider .slider-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 10px;
    order: 1
}

.p-slider .card-btn {
    display: none
}

.slider-btns button {
    position: static;
    transform: translate(0,0);
    width: 37px;
    height: 34px;
    border: 0;
    background: transparent
}

.slider-btns button[aria-disabled=true] {
    opacity: .5
}

.slider-heading-container {
    margin-right: auto
}

.p-box-text {
    padding: 24px
}

.card-btn {
    background: #2797d3;
    color: #fff;
    border-color: transparent;
    padding: 5px 9px;
    border-radius: 5px
}

.card-btn a {
    color: #fff
}

.card-btn a:hover {
    color: #fff
}

.text-div h3 {
    margin: 16px 0;
    color: #224A81;
}

.slider-btns button.glider-product-prev {
    margin-right: 15px
}

.slider-btns button span {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.glider-track {
    margin-bottom: 5px
}

span.time-stamp {
    color: #5D6265;
    font-size: 10px;
    margin: 0 15px;
    white-space: nowrap
}

.p-slider .p-box-text button.btn-link {
    padding: 5px 10px;
    border-radius: 4px;
    font-family: 'Lato-Regular';
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    margin: 0
}

@media only screen and (max-width: 991px) {
    .product-box {
        margin:0 5px 0 0
    }

    .p-slider {
        width: 350px
    }
}

@media only screen and (min-width: 992px) {
    .p-slider {
        max-width:1410px;
        width: 100%;
        position: relative
    }

    .slider-btns {
        order: 0;
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px 0 40px;
        justify-content: flex-end
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .p-slider {
        width:725px
    }
}

@media only screen and (min-width: 992px) {
    .p-slider {
        max-width:1410px;
        width: 100%;
        padding: 0 15px;
        margin: 100px auto
    }

    .p-slider .card-btn {
        text-decoration: none;
        display: block;
        margin: 40px auto 0
    }
}

@media screen and (min-width: 768px) {
    .science-oncology .p-slider {
        margin:40px auto 65px
    }

    .p-slider {
        margin: 65px auto;
        position: relative
    }

    .p-slider .slider-btns {
        position: absolute;
        top: 0;
        justify-content: flex-end;
        margin-top: 0
    }
}

@media only screen and (min-width: 1600px) {
    .science-oncology .p-slider {
        margin:70px auto 100px
    }

    .p-slider {
        margin: 100px auto
    }
}

@media only screen and (min-width: 1600px) {
    .container-fluid.stories .p-slider {
        margin:50px auto 0 auto
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .container-fluid.stories .p-slider {
        margin:50px auto 0 auto
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .container-fluid.stories .p-slider {
        margin:50px auto 0 auto
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .container-fluid.stories .p-slider {
        margin:50px auto 0 auto
    }
}

@media only screen and (min-width: 360px) and (max-width:767px) {
    .container-fluid.stories .p-slider {
        margin:60px auto 0 auto
    }
}
