body 

{
    margin: 0;
    padding: 0;
    background: #fff;
}


.diamond-grid {
    width: 70%;
    margin: 150px auto 0;

}

/*.item 
{
    width: 220px;
    height: 220px;
    background: #fff;
    opacity: 0.7;
    transition: 0.5s;
}

.item:hover {
    opacity: 1;
}

.item img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(1.5);


}

*/

.item {
    width: 230PX;
    height: 230px;
    background: #fff;
    overflow: hidden;
}

.item img {
    opacity: 0.9;
    width: 160%;
    position: absolute;
    top: 2%;
    left: 0;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;
}

.item img:hover {
    transform: scale(1.03);
    opacity: 1;
}


@media (max-width: 767px)

{
    .diamond-grid {
        width: 100%;
        margin: 0 auto;
    
    } 
}



/*----------------------------*/
/*-----------VIDEO------------*/
/*----------------------------*/

.videohfiesta {

    min-height: 1000px;
}

.banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner #hfvideo
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url(room_img/heart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    mix-blend-mode: screen;
}





