.team_profile{ display:flex; margin-bottom:2rem; }
.rd-m p{ text-align:justify; }
.img_col{ margin:auto 0; }
.text_col{ margin:auto 0; }
.team_separator{ height:1px; width:94%; margin:0 3% 2.5rem; vertical-align:top; background:#aaa; }
.team_profile h2{ font-size:2rem; margin-left:1rem; margin-right:1rem; }
.team_img{ overflow:hidden; }
.team_img img{ object-fit:cover; max-width:100%; width:100%; height:auto; vertical-align:bottom; }

@media only screen and (min-width:801px){
    .text_col{ padding:0 10%; }
    .team_profile:nth-child(odd) .text_col{ padding-left:3%; }
    .team_profile:nth-child(even) .text_col{ padding-right:3%; }
    .team_profile:nth-child(even) h2{ text-align:right; }
    .team_profile{ margin-bottom: max(-2vw, -25px); }
    .team_profile:last-child{ margin-bottom:2rem; } }

@media only screen and (max-width:800px){
    .team_profile{ display:block; }
    .team_profile{ position:relative; }
    /*#eneja_plisko h2{ position:absolute; top:45vw; left:0; }
    #sanela_masinovic h2{ position:absolute; top:60vw; left:0; }
    #vedran_medica_viola h2{ position:absolute; top:35vw; left:0; }*/
    .team_profile p{ margin-bottom:2rem; } }



/* Naslovna slika, footer slika, H1 naslov */

.head_img,
.footer_img{
    position:relative; max-width:1200px; margin: 0 auto; }
.head_img .overlay{ position:absolute; width:100%; height:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+66,000000+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 66%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 66%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.head_img #responsive-img-primary-about-us,
.footer_img #responsive-img-footer-about-us{
    width:100%; display:block; }

@media only screen and (min-width:366px){
    .head_img h1{ position:absolute; left:2rem; bottom:0; z-index:1;
        color:white; text-shadow: 0 0 0.5rem black; } }

@media only screen and (min-width:801px){
    .head_img h1{ font-size:3rem; } }
    
@media only screen and (max-width:365px){
    .head_img h1{ position:unset; margin-left:0.5em; margin-right:0.5em; }
    .head_img .overlay{ background:rgba(0,0,0,0); } }



/* Photo attrbution - na samom kraju */

.photo_attribution{ max-width:1200px; margin:1rem auto; padding:0 1rem; text-align:right; }