
.painting-header-content{
    padding-top: 8%;
    width: 100%;
    height: 100%;
    background-color: #dddae9;
    border-bottom: 2px solid #ffffff;
}

.header_text-content{
    padding: 5px 8px 3px 5px;
    font-size: 20px;
    background-color: #ffffff;
    text-align: center;
}


.painting-img-content{
    width: 100%;
    background-color: #dddae9;
}

 .painting-img{
    height: auto;
    width:100%;
    padding: 3% 35% 0 35%;
    background-size:contain;

}

 .painting-img1{
     height: auto;
     width:100%;
     background-size:contain;
     padding: 0 35%;

 }

.painting-img2{
    height: auto;
    width:100%;
    background-size:contain;
    padding: 0 35% 10% 35%;
}