.venue{ position:relative; }
.venue_img{ width:100%; height:75vh; overflow:hidden; }
.venue_img img{ width:100%; height:100%; object-fit:cover; }
.venue_title{ position:absolute; top:65vh; left:15vw; }
.venue_title h2{ position:relative; margin:0; padding: 0.5rem 1rem; font-size:1.5rem; }
.venue_title_bckg{ 
    position:absolute; bottom:0; left:0; width:100%; height:100%; background:#F7F7F7; 
    transform:skew(-25deg, 0); box-shadow: 0.2rem 0.2rem 0.4rem rgba(0,0,0,0.6); }
.venue_content{ margin-top:1rem; margin-bottom:0; }
.venue_content p{ margin:0.2rem 0; text-align:justify; }

p.venue_description{ margin:0 1rem 1rem; }
.venue_l_col{ display:inline-block; margin:0 auto 1rem; }
.venue_r_col{ margin:0 0 1rem; }
.venue_buttons{ margin-bottom:1rem; }

@media screen and (max-width:800px){ 
    .venue_title{ top:calc(75vh - 42px); left:0; } }