.adcontainer {
    width: 100%;
}

.adcontainer .adcard {
    max-width: 1000px;
    width: 80%;
    height: 100px;
    background-color: white;
    margin: auto;
}

.adcontainer .adcard2 {
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: contain;
    background-repeat: repeat;
}

.adcontainer .adcardtitle {
    width: 15%;
    max-width: 30px;
    height: 20%;
    background-color: white;
    border-bottom-right-radius: 10px;
}

.adcontainer .adcardtitle p {
    color: black;
}

.adcontainer .adlink {
    text-decoration: none;
}

/*---------------*/

.adeditselect {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}