.main-header{
    height:180px;
}

body, html{

}
html.totem body{
    width:100%;
    height: 100vh;
    overflow: hidden !important;
    margin-right: 1cm;
}
.layer-container{
    overflow: hidden !important;
}
.layer-container img{
    height:1740px ;
}
::webkit-scrollbar{
    display:none
 }
.img-responsive{
    width: 100%;
    max-width: 100%;
    height:auto;

}
.form-label.required::after {
    content: " *";
    color: red;
}
