.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Client/images/photos/news.jpg');
    background-size: cover;
    z-index: -1;
}

.headering{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    color: #fff;
    height: 250px;
    background-color: rgba(19, 17, 17, 0.2);
}

.sharedWallpaper{
    background-color: #ffffff;
}


.container-all {
    background-color: #fff;
    max-width: 1230px;
    margin: 0 auto;
}

.description {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*styles for newsPage*/

.spanNews{
    padding:20px 30px;
    font-size: 18px;
    padding-right: 50px;
}

.back{
    font-size: 18px;
    /* padding: 20px 30px; */
    padding-top: 30px;
}

.back a {
    color: #000000;

}

.back a:hover{
    color: #999;
    text-decoration: none;
}


/*images*/

* {
    box-sizing: border-box;
}

.row-imagenews {
    display: flex;
    justify-content: center;
}

.row-imagenews > .column {
    padding: 0 8px;
}

.row-imagenews:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

.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 {

    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    margin: auto;
    padding: 0;
    width: 90%;
    width: 700px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .modal-content{
        width: 320px;
    }
    .demo.cursor {
        display: none;
    }
}

@media(max-width:768px) {

    .row-imagenews {
        flex-wrap: wrap;
    }

    .modal-content {
        width: 610px;
    }

    .demo.cursor {
        display: none;
    }
}

.modal-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.close {
    color: white;
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

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

.mySlides {

    display: none;

}

.cursor {
    cursor: pointer;
}

.column {
    width: 170px;
    height: 140px;
    overflow: hidden;
}

.column img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    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;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.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);
}

/**/
