@media (min-width:1200px) {

#cms .products .col-xs-12  {
padding-left:10px!important;
padding-right:10px!important;
}
.sg-customer-gallery-upload {
padding:40px;
}
}


@media (max-width:1199px) {
.sg-customer-gallery-upload {
    padding:25px;
}
}

@media (max-width:768px) {
    .form-button {
flex-direction: column;
padding-top: 30px;
    }
        .form-button .btn {
margin-bottom:10px;
    }
    .sg-customer-gallery-upload, #cms select#sg_category {
    text-align: center!important;
    }
}

@media (min-width:769px) {
p.p-form {
display: initial;
}
}

@media (max-width: 576px) {
    .mobile-full-btn {
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px;
    }
}

p.p-form {
    background: #69574f;
    padding: 10px;
    line-height: 30px;
}

.form-galeria-header {
    margin-bottom:40px;
}

.cms-id-4 #wrapper {
    background-image: none!important;
    background:#768a81!important;
}

.cms-id-4 .page-header , .cms-id-4 .breadcrumb, .cms-id-4 .breadcrumb a,
 .cms-id-4 .breadcrumb li, .cms-id-4 .breadcrumb li::after {
    color:white!important;
}

.sg-customer-gallery-upload {
background: #b8b4ad;
}

.form-button {
display:flex;
justify-content: space-between;
 align-items: center;
}



