    
    @media (max-width: 530px){

        .container {
            height: 100vh;
            padding: 20px;
        }

        .perfume-box {
            flex-direction: column;
        }

        .perfume-img {
            background-image: url('../images/image-product-mobile.jpg');
            width: 100%;
            max-height: 230px;
            border-radius: 10px 10px 0 0;
        }

        .perfume-info {
            border-radius: 0 0 10px 10px;
        }

    .attribution {
        display: none;
    }
}

