.spotlight-grid {
    margin-bottom: 20px;
}

.spotlight-grid-thumbnail {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spotlight-grid-thumbnail img {
    display: block;
}

.spotlight-grid-playimage {
    width: 32px;
}

.spotlight-grid-company {
    color: #3a3a3a;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 15px;
}

.spotlight-grid-fullname {
    color: #468492;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-top: 5px;
}

.spotlight-grid-blog {
    display: block;
    margin-top: 10px;
}

.spotlight-grid-playimage-div {
    position: relative;
    right: 45%;
}

#spotlight-video-modal button.close {
    color: #000;
    position: absolute;
    right: -25px;
}

.spotlight-grid-text {
    margin: auto;
}

/* Extra small devices */
@media (max-width: 575px) {
    .spotlight-grid-image {
        width: 100%;
        height: auto;
        min-width: 220px;
        min-height: 148px;
    }

    .spotlight-grid-text {
        width: 100%;
    }
}

/* Small devices (576px and up) */
@media (min-width: 576px) {
    .spotlight-grid-image {
        width: 370px;
        height: 250px;
    }

    .spotlight-grid-text {
        width: 370px;
    }

    .spotlight-grid-playimage-div {
        right: 35%;
    }
}

/* Medium devices (768px and up) */
@media (min-width: 768px) {
    .spotlight-grid-image {
        width: 370px;
        height: 250px;
    }

    .spotlight-grid-text {
        width: 370px;
    }

    .spotlight-grid-playimage-div {
        right: 25%;
    }
}

/* Large devices (992px and up) */
@media (min-width: 992px) {
    .spotlight-grid-image {
        width: 290px;
        height: 196px;
    }

    .spotlight-grid-text {
        width: 290px;
    }

    .spotlight-grid-playimage-div {
        right: 50%;
    }
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
    .spotlight-grid-image {
        width: 350px;
        height: 236px;
    }

    .spotlight-grid-text {
        width: 350px;
    }

    .spotlight-grid-playimage-div {
        right: 45%;
    }
}

