
.text-align-responsive{
    text-align: left;
    width: 100%;
}

#information-store .container{
    padding: 30px 300px;
}

.image{
    min-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mt-1{
    margin-top:10px !important;
}

.mt-2{
    margin-top:20px !important;
}

.mt-3{
    margin-top:30px !important;
}

.mt-4{
    margin-top:40px !important;
}

.mt-5{
    margin-top:50px !important;
}

.mb-3{
    margin-bottom: 30px !important;
}

.mb-5{
    margin-bottom: 50px !important;
}

.ml-2{
    margin-left:20px !important;
}

.v360-container{
    height:450px;
}

.v360-image{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    
    background-image: url(../image/store/store_amevista.webp);
    height: 500px;
}

.v360-insidecontent{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    background: #ffffffc9;
    padding: 20px 50px;
    border-radius: 10px;
    text-decoration: underline;
    cursor: pointer;
    color: black !important;
}

.indirizzi-orari{
    padding-left:60px;
}

.indirizzo-orari-content{
    display: flex;
}

.indirizzo-orari-content-container{
    display: flex;
    justify-content: space-between;
}

#map{
    height: 231px; 
    width: 90%;
}

.indirizzo-orari-content-container div:first-of-type {
    padding-right: 10px;
}

.indirizzo-orari-content-container div div {
    margin-top: -3px;
}

/* VIDEO */
.container-video{
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#video{
    clip-path: inset(1px 1px);
    margin: auto;
    width: calc(100% + 2px);
    height: 450px;
    min-width: 100%;
    object-fit: cover;
    margin-left: -1px;
}


@media (max-width: 1520px) {
    #information-store .container{
        padding: 30px 100px;
    }
    
}

@media (max-width: 1520px) and (min-width: 992px) {
    #information-store .container{
        padding: 30px 100px;
    }
    
}

/* MEDIA */
@media (max-width: 1320px) {
    .container-video{
        height: 450px;
    }

    #video{
        height: 450px;
    }
        
}

@media (max-width: 1160px) {
    .container-video{
        height: 450px;
    }

    #video{
        height: 450px;
    }
    
    .text-align-responsive{
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    .v360-image{
        height: 250px;
    }
    
    #information-store .container{
        padding: 30px 0;
    }

    #map{
        height: 350px; 
        width: 100%;
    }

    .indirizzi-orari{
        padding-left:15px;
        margin-top:25px;
    }
}