/* Enter Your Custom CSS Here */


a.download-link {
  color: #457dc9;
}

.zat-img {

    background-image: url("http://appeze.com.au/wp-content/uploads/2017/02/image2.jpg");
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.mjt-version3{opacity: 0 !important;}
@media screen and (min-width: 768px) {
.col-lg-12.col-md-12.col-sm-12.text-center.zat-img {
    width: 100%;
    
  }
}
  
@media screen and (max-width:420px) and (min-width:320px){
.col-lg-12.col-md-12.col-sm-12.text-center.zat-img {
    width: 100%;
  
  }
  .embed-container { 
   display:none !important;  
}
  .zat-img {
    background-image: url("http://appeze.com.au/wp-content/uploads/2017/02/image2.jpg");

    height: 260px;

    background-size: 202%;
  }
  
}


@media only screen and (max-width: 700px) {
  
  .zat-img {

    
    background-attachment: scroll !important;
    
}

}





