
.register_img{
min-width:100px;
max-width:100%;
left:0px;
position:absolute;
top:-3vw;
}
.exhibition_register_logo > img{
width:10vw;
position:absolute;
max-width:230px;
}
.exhibition_picture_column{
width:50%;
text-align:center; 
vertical-align:top;
}
.exhibition_picture_column > div{
position:relative;
}
.exhibition_desc_column{
width:50%;
text-align:center;
font-size:15px;
}
.exhibition_register_left{
border-bottom-left-radius:8px;
border-top-left-radius:8px;
border-top:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
border-left:1px solid #e6e6e6;
padding:50px;
margin:5vw 10px 5vw 0px;

}
.exhibition_register_right{

border-bottom-right-radius:8px;
border-top-right-radius:8px;
border-top:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
border-right:1px solid #e6e6e6;
padding:50px;
margin:5vw 0px 5vw 10px;
}
.exhibition_register_box{
width:80%;
margin:20px auto;
}
.ringspann_experience_row img{
max-width:40%; 
min-width:200px;
}
.ringspann_experience_row div{
margin:20px;
}
.ringspann_experience_row{
text-align:center;
} 
@media screen and (max-width:1000px) {
.exhibition_register_left{
padding:30px;
}  
.exhibition_register_right{
padding:30px;
}
}
@media screen and (max-width:768px) {
.exhibition_register_left{
padding:10px;
font-size:13px;
}
.exhibition_register_right{
padding:10px;
font-size:13px;
}
.exhibition_register_logo > img{
position:static;
min-width:80px;
}
.exhibition_register_logo{
display:block;
text-align:center;
}
}
@media screen and (max-width:414px) {
.exhibition_register_left{
padding:5px;
font-size:12px;
}
.exhibition_register_right{
padding:5px;
font-size:12px;
}
}