.container-x{
    margin: 0 100px;
}
.image-x{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    /*height: 1118px;*/
}
.hidden{
    display: none;
}
.zddDMd{
    width: 480px;
}
.img-thumbnail-x{
    position: absolute;
    z-index: -1;
    left: -70px;
    width: 120%;
    max-height: 100%;
}
.img-thumbnail-x2{
    cursor: pointer;
    width: 100px;
}
.img-thumbnail-x2:hover{
    border: 1px solid #035772;
}
.img-thumbnail-x2:focus{
    border: 1px solid #035772;
}
.gallery{
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    bottom: 0;
}
.csmc{
    /*min-width: 100%;*/
    min-height: 1118px;
}
.row-c{
    margin-top: 40px;
    height: auto;
    min-height: 1118px;
}
.csm{
    padding: 20px;
    background-color: white;
}
.breadcrumb{
    position: absolute;
    left: 2%;
}
.p-heading{
    font-family: 'Podkova', serif;
    margin-bottom: 20px;
}
.d-free{
    opacity: 0.5;
    font-family: 'Podkova', serif;
    font-weight: 600;
}
.btn-c{
    background-color: #035772;
    border: none;
    height: 3rem;
    width: 100%;
    color: white;
    font-size: 18px;
}
.btn-c:hover{
    opacity: 0.5;
    transition: 0.33s;
}

@media only screen and (max-width: 900px) {
    .row, .row-c{
        width: 100%;
    }
    #content{
        width: 100%;
    }
}