#carousel {
    width: 100%;
    overflow: auto;
    white-space:nowrap;
    text-align: center;
    position: absolute;
    bottom: -59px;
    padding: 6px;
    background: #000000;
    padding-left: 0px;
    display: none;
}
#carousel .slide {
    display: inline-block;
    width: 10%;
}
#pageno{
    left: 22%;
    font-size: 18px;
    font-weight: 100;
    right: 0px;
    top: 20px;
}
* {
    box-sizing: border-box;
}


.magrow > .column {
    padding: 0 8px;
}

.magrow:after {
    content: "";
    display: table;
    clear: both;
}
.margin-top-30{
    margin-top: 30px !important;
}

.column {
    float: left;
    float: left;
    width: 16.666666%;
    margin-bottom: 30px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    background-color: black;
    margin-top:-50px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    width: 50%;
    margin: auto;
    background-color: black;
    transition: transform .2s;
    cursor: url(../images/style/zoom-in.png), auto;

}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    /*   width: auto;
       padding: 16px;
       margin-top: -50px;*/
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    margin-left: 250px;
    margin-right: 250px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.caption-container:hover{
    display: none;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-arrow{
    margin-right: 21px;
    font-weight: 700;
    color: #b8351e;
    margin-top: -10px;
    cursor: pointer;
}
@media only screen and (max-width: 1250px) {

    .prev,
    .next {
        margin-left: 233px;
        margin-right: 233px;
        top:45%;
    }
    .mySlides{
        width: 50%;
    }

}
@media only screen and (max-width: 1150px){
    #pageno{
        left:25%;
    }
    .mySlides{
        width: 55%;
    }
    .prev,
    .next {
        margin-left: 187px;
        margin-right: 187px;
        top:45%;
    }

}
@media only screen and (max-width: 1000px){
    .mySlides{
        width: 65%;
    }
    .prev,
    .next {
        margin-left: 105px;
        margin-right: 105px;
        top:45%;
    }
}
@media only screen and (max-width: 850px) {
    #pageno{
        left:16%;
    }
    .prev,
    .next {
        margin-left: 56px;
        margin-right: 56px;
    }
    .mySlides{
        width: 76%;
    }

}

@media only screen and (max-width: 750px){
    .mySlides{
        width: 85%;
    }
}
@media only screen and (max-width: 650px){
    .mySlides{
        width: 95%;
    }
    .prev,
    .next {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width: 500px) {

    .prev,
    .next {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px){
    .column {
        float: left;
        float: left;
        width: 50%;
        margin-bottom: 0px;
    }
    .mySlides {
        width: 100%;
    }
    .prev, .next {
        margin-left: 18px;
        margin-right: 18px;
        top:45%;
        background-color: black;
        opacity: 0.5;
    }
    .magazinerow{
        margin-bottom: 10px !important;
    }
}
@media only screen and (max-width: 411px) {
    #carousel {
        bottom: -64px;
    }
}
@media only screen and (max-width: 320px) {
    #carousel {
        bottom: 27px;
    }
}





.object-container{
    position: fixed;
    width: 100%;
    height: 94%;
    left: 0px;
    right: 0px;
    overflow: auto !important;
    display: block;
}
.object{
    position: relative;
    width: 100%;
    display: block;
    transform: scale(1.2);
    margin: 0 auto;
    transform-origin: 0 0;
}


.fullscreen{
    background: url(../../images/style/fullscreen.png) 0 50% no-repeat;
    right:55px !important;
    margin-top: -10px;
}
.zoom-in{
    background: url(../images/style/zoom-in.png) 0 50% no-repeat;
    right:140px !important;
    margin-top: -10px;
}
.zoom-out{
    background: url(../images/style/zoom-out.png) 0 50% no-repeat;
    right:100px !important;
    margin-top: -10px;
}
.magazinerow {
    position: relative;
    width: 100%;
    padding-top: 142%;
    overflow: hidden;
    margin-bottom: 20px;
}
.magazinerow a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.back{
    display: flex;
    margin-left:8px;
    cursor:pointer;
}
.fullWidht{
    width: 100%;
}
.padding-18{
    padding: 18px !important;
}
.paragraph-content{
    font-weight: 400 !important;
    margin-top: 10px !important;
}