/* Custom CSS for awards-30u30 page */
.list-type-24::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: url(https://content.webengage.com/wp-content/uploads/2023/03/sketch-type-4.png) no-repeat 0 0;*/
    background: url('/wp-content/uploads/2023/03/sketch-type-4.png') no-repeat 0 0;
    background-size: cover
}

.list-type-16 .grid-type-1 .grid-col, 
.list-type-16-a .grid-type-1 .grid-col { display:none; }

.sketch-type-1 {
    position: relative;
    overflow: hidden
}

.sketch-type-1:before {
    content: "";
    position: absolute;
    /*background-image: url(https://content.webengage.com/wp-content/uploads/2023/03/sketch-1.png);*/
    background-image: url('/wp-content/uploads/2023/03/sketch-1.png');
    background-repeat: no-repeat;
    background-size: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(1.4)
}