.home-bg{
    margin-top: 0px;
    width:50%;
    height: auto;
    margin-bottom: -10px;
}

.top-spacer{
    height: 70px;
}

.main-body {
background-image: url("/images/top/mbt-disc-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 50% 0%;
}

.container{
    width: 75%;
    margin: auto;
    margin-top: 60px;
    max-width: 1000px;
    min-width: 500px;
    background-color: rgba(255,255,255,0.8);
}


.flexgrid {
   /* height: 2500px;*/
    display:flex;
    flex-wrap:wrap;
}
.flexcontent{
    height:440px;
    width: 440px;
    display: inline-block;
    position: relative;
    margin: 30px;
   /* background-color: rgba(0,0,0,0);*/
    color:rgba(255,255,255,0);
  
}
.flexcontent a img{
    height: 440px;
    width: 440px;
    opacity: 0.8;
    object-fit: contain;
    transition: all 0.5s ;
      position: relative;
    z-index: 50;
}

.flexcontent a  img.zoomed{
    margin: -25px;
    margin-top: -150px;
    opacity: 1;
    width: 900px;
    height: 900px;
    object-fit:contain;
    position: relative;
    z-index: 60;
}


.flexcontent a{
    color: transparent;
}



.flexcontent a .right.zoomed  {

    margin-left: -435px;

}

.flexcontent img{
  /*  height: 400px;*/
    object-fit: contain;
    opacity: 1;
}

@media (max-width: 1350px) {
   .container{
       max-width: 500px;
   }

.flexcontent a img.zoomed{
    margin-top: -200px;
    margin-left: -230px;
    opacity: 1;
    width: 900px;
    height: 900px;
}

.flexcontent a .right.zoomed  {

    margin-left: -250px;
    margin-top: -150px;
}

   
}



.textcontent{
    height: 1000px;
    font-weight: 350;
    margin: 50px;
    font-family: Raleway, sans-serif;

}
.textcontent h2 {
font-size: 26px ;
font-weight: 400;
color: #181818 ;
margin: 0px 0 -3px;
text-transform: uppercase;
box-shadow: inset 0 0px 0 #ddd;
letter-spacing:0.6px;
}
.textcontent p{
    margin-bottom: 15px;
}
.textcontent a{
    color: #a53030;
    text-decoration: none;
    transition: color 0.3s;
}

.textcontent a:hover{
    color: #f34b4b;
}
