
.blockMsg{
    border:none!important;
    background-color:transparent!important;
}

/*initial*/
.wedding-thumb .wedding-thumb-wrapper{
    height:295px;
}

@media only screen and (min-width: 320px) and (max-width: 479px){ 
    .wedding-thumb .wedding-thumb-wrapper{
        height:225px;
    }
    .wedding-thumb .child{
        height: 85px;
    }
 }

@media only screen and (min-width: 480px) and (max-width: 767px){
    
    .wedding-thumb .child{
        height: 135px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .wedding-thumb .child{
        height: 185px;
    }
 }

@media only screen and (min-width: 992px) and (max-width: 1999px){ 
    .wedding-thumb .child{
        height: 295px;
    }
 }