@media (max-width: 768px) {

    #poster {
        display: none;
    }

    #img-hero {
        transform: translateY(0px);
        transform: translateX(-300px);
        max-width: 300%;

    }
    
    .mt-sma-0{margin-top: 0;}
    .mb-sma-0{margin-bottom: 0;}
    .ml-sma-0{margin-left: 0;}

    .aboutDiv {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .bg-cover__text{width: 100% !important;}
    .bg-cover__title{width: 100% !important; font-size: 10px !important;  padding: 20px;}
    .bg-cover__title .big-text{font-size: 40px !important;}

    .app-dots {
        display: none !important;
    }

    #cell-container {
        flex-direction: column;
    }

    .DT-cell {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #426a8e;
        border-radius: 100%;
        width: 250px !important;
        height: 250px !important;
        z-index: -1;
        color: white;
        margin-bottom: 20px;
    }
    
    .cell-logo {
        width: 50%;
    
    }

    .waterg__img {
        width: 100% !important;
    }

    .footer .grid {
        display: flex;
        flex-direction: column;
    }

    .footer .normal-text {
        margin-top: 20px;
    }
}