.jellypet_container {
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1260px) {
    .jellypet_container {
        border-radius: 0;
    }
}


.jellypet_slider {
    display: -webkit-box;
    display: flex;
    width: 500%;

}
@media only screen and (max-width: 1260px) {

}
.jellypet_slider .box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1260px;
}

.jellypet_slider .box .details {
    z-index: 100;
    float: left;
    width: 50%;
}

.jellypet_slider .box .photo {
    z-index: 100;
    float: left;
    width: 50%;
    text-align: center;
}

.jellypet_slider .box .photo img{
    width: 80%;
}

@media screen and (max-width: 768px) {

    .jellypet_slider .box .photo {
        width: 50%;
        padding-left: 0px;
    }

    .jellypet_slider .box .photo img {
        width: 100%;
    }
    .jellypet_slider .box .details {
        width: 50%;
        padding-left: 0px;
    }
}


@media screen and (max-width: 480px) {

    .jellypet_slider .box .details {
        width: 100%;
        padding-left: 0px;
    }

    .jellypet_slider .box .photo {
        width: 100%;
        padding-left: 0px;
    }
}

