
.collection{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -250px;
}
.collection .content{
    width: 450px;
    height: 514px;
    overflow: hidden;
    /* padding: .2rem; */
}

.content img{
    width: 100%;
    border-radius: 10px;
    border: 4px solid #edc761;
}
@media (max-width:1600px) 
{
    .collection {
        margin-top: -220px;
    }
}
@media (max-width:700px) 
{
    .collection {
        margin-top: -180px;
    }
}
@media (max-width:540px) 
{
    .collection {
        margin-top: -136px;
    }
}
@media (max-width:500px) 
{
    .collection
    {
        width: 70%;
        height: 100%;
        margin: 0px auto;
        margin-top: -136px;
    }
    .collection .content
    {
        width: 100%;
        height: 100%;
    }
    .collection-slider .content {
        width: 100%;
    }
    .collection-slider .content img{
        width: 100%;
        margin: 0px auto;
    }
    
    .map-bottom {
        width: 80%;
        margin: 0px auto;
    }
    .map-bottom {
        padding: 20px;
    }
}
@media (max-width:380px) 
{
    .collection {
        margin-top: -71px;
    }
   .collection-slider .content img {
        margin-top: 45px;
    } 
}
@media (max-width:360px) 
{
    .collection {
        margin-top: -136px;
    }
   .collection-slider .content img {
        margin-top: 0px;
    } 
}
