.stroke
{
border-top:1px solid white;
}

.morebtn
{
font-size:140%;
  font-weight:600;
}

.overflow
{

  
  text-overflow: ellipsis !important;
  overflow:hidden;
  width:100%;
  height:120px;
margin-top:30px;
  text-align:left;
  content-align:left;
}

.marginbottom
{
margin-bottom:50px;
}

h2
{

  
  color:#ffffff !important;
font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  font-size:3.1em;
text-decoration:none;
vertical-align: middle;
  padding-top:10px;
  padding-bottom:10px;
  clear:both;
  display:inline-block;

}

h2 a:hover
{
color:#E57D0D;
text-decoration:none;
}


.sekstito
{
content-align:center;
  text-align:center;
z-index:999;
border:1px solid #E57D0D;  
height:25vh;
min-height:250px;
max-height:300px;  
}



.zoom {
    background-size:105%; 
 margin-left:-1px !important; 
background-repeat:no-repeat; background-position:center center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zoom:hover
{
 background-size:105%;
}


.greyfade {
    background-color: rgba(43,44,28,0.5); 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.5s ease-in-out;
padding:15px;
}

.greyfade:hover {
    background-color: rgba(43,44,28,0.15);
}