body{
    width: 100%;
    margin-top: 10px;
}

.responsiveBar{
    display: none;
}

.navbar{
    display: none;
}

.translationBtn{
    display: none;
}

.feedbackFormBtn{
    display: none;
}

.shareButton{
    display: none;
}

.bottomNavigation{
    display: none;
}

footer{
    display: none;
}

iframe{
    width:100%;
    height: 100%;
    border:none;
    overflow: hidden;
    text-align: center;
}

img{
    width: 100%;
}

video{
    width: 100%;
}

#back-to-top{
    display: none;
}