
.wrapper {
    /*padding: 50px 50px;*/
    /*max-width: 1200px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 80px;*/
}

#rowProducts {
    margin: 0;
}

#filter {
    padding-right: 30px;
    padding-left: 30px;
}

.btn:focus {
    box-shadow: none;
}

.productsCard {
    float: left;
    margin-top: 2pc;
}

.parent {
    width: 100%;
    height: 20pc;
    overflow: hidden;
    border-radius: 1rem !important;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.bg-one {
    background-image: url(https://media.timeout.com/images/101602611/image.jpg);
    /*filter: blur(8px);*/
}

.wrapper p {
    /*display: none;*/
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 7pc;
    cursor: pointer;
    text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.hello {
    display: none
}
