.my-ad {
    width: 100%;
    margin-bottom: 20px;
}

.my-ad a {
    position: relative;
    display: block;
    width: 250px;
    height: 150px;
}

.my-ad:hover .ad-title {
    color: #228aeb;
    text-decoration: underline;
}

.my-ad .ad-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

.my-ad img {
    display: block;
    width: 100%;
    height: 150px;
}

.wikl_con p {
    font-size: 16px !important;
}