

    .HomeTheme
{
width: 100%
}

.HomeTheme #images 
{
width: 100%;
display: inline-block;
max-height: 175px;
overflow-y: auto;
overflow-x: hidden;

}
.HomeTheme #images  img
{
max-height: 175px;
max-width: 400px;
}


.HomeTheme #content
{
width: 100%;
display: inline-block;
max-width: 800px;
}


 .HomeTheme #Registration
{
table-layout: fixed;
float: left;
width: 100%;
max-width: 275px;
display: table;
word-break: break-all;
}

.HomeTheme .Barn
{
max-width: 100%;
width: 100%;
margin-top: 10px;
}
.HomeTheme #Barn2
{
display: none;
}


@media screen and (min-width: 1100px) {
	.HomeTheme #Barn
{
display: none;
}
.HomeTheme #Barn2
{
display: block;
}
    .HomeTheme
{
width: 100%
}

.HomeTheme #images 
{
width: 25%;
display: inline-block;
float: left;
max-height: 3000px;
}
.HomeTheme #images  img
{
width: 95%;
}
.HomeTheme .Barn
{
max-width: 800px;
max-height: 500px;
}
}