.cupl-st {
    /*padding: 50px 50px;*/
    margin: 10px 40px;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-left: 5rem;
    /*margin-top: 80px;*/
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent {
    width: 32.8%;
    /*margin: 2px;*/
    height: 250px;
    border: 1px solid #000000;
    overflow: hidden;
    position: relative;
    padding: 30px;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.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;
}
.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.aco {
    display: none;
    font-size: 16px;
    color: #ffffff !important;
    /*font-family: sans-serif;*/
    font-family: "Playfair Display";
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}
.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: -12px!important;*/
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%;height: auto;padding-top: 40px!important;}
        .wrapper {padding: 20px 20px;}

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

}

.hello {display: none}
