.aghplacementany {
    margin-bottom: 20px;
}


.aghplacementleft,.aghplacementright{
    display:inline-flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    min-width:0px!important;
    max-width:100%!important;
    width:30%!important;
    overflow:hidden;
}

.aghplacementleft .crop_container, .aghplacementright .crop_container{
        min-width:0px!important;
        max-width:100%!important;
        width:100%!important;
        height:auto!important;
    }


.aghplacementleft .crop_container img, .aghplacementright .crop_container img{
    width:100%!important;
}

.aghplacementleft{
    float:left;
    margin-right:1em;
}

.aghplacementright{
    float:right;
    margin-left:1em;
}
.aghplacementmiddle{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.aghplacementmiddle .crop_container {
   height: auto !important;
   width: 60% !important;
   max-width: 60% !important;
   min-width: 60% !important;
   margin: 0 auto;
}

.aghplacementmiddle img.Image {
   width: 100% !important;
    height: auto !important;
}
.aghplacementmiddle p {
    text-align:left;
    width:60%;
}
.aghplacementleft p, .aghplacementright p, .aghplacementmiddle p{
    padding:0px!important;   
}

@media all and (max-width: 850px) and (min-width: 600px){
        .aghplacementleft,.aghplacementright{
            width:40%!important;
        }
    }
@media all and (max-width: 600px){
        .aghplacementleft,.aghplacementright{
            width: 100%!important;
        }
    }