@media only screen and (min-width: 1920px) {
    .images-logo-back {
        width: 9.5rem;
        margin: .2rem 1rem;
        float: right;
        position: absolute;
        padding: .3rem 1.5rem;
        /*background: #fffffff5;*/
        border-radius: 10px;
        /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
        right: 5%;
        /*border: 2px solid #e5d07e;*/
    }


}



@media only screen and (max-width: 767px) {
    .data-extra-g {
        padding: 35px 0 0 0;
        font-size: 50px;
        font-weight: bolder;
        color: #005445;
    }


    .photo-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }


    .images-logo-back{
        display: none;
    }
}

