

.msf-spotlight-wrapper {
 /*   background: #B7B7B7; */
    margin: auto;
    width: 100%;



}

 /*
.msf-spotlight-bgimg {
  background-repeat: no-repeat;
  background-size: contain;
}  */

.msf-spotlight-item {
   min-height: 350px;
   height: 100%;
  /* border: 2px solid #262626; */
   transition: all .6s ease-in-out;
   /*       padding-left: 40%;
     padding-right: 40%;
     overflow: hidden !important;




   position: relative;
display: block;
overflow: hidden;
     */
}


.msf-spotlight-item:hover {
    transform: scale(1.04);
}

.msf-grid-33 {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 12px;
}

.msf-spotlight-image {
    position: relative;


/*     min-height: 350px;
     height: 100%;
     padding-left: 10%;
     padding-right: 10%;


     overflow: hidden;
    width: 100%;
    max-height: 100%
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
  */
}

.msf-spotlight-image:hover {

}


.msf-spotlight-overlay {
    background-image: linear-gradient(to bottom, transparent 50%, black 100%);
    content: "\00a0";
    height: 100%;
    position: absolute;
    width: 100%;

}

.msf-spotlight-overlay:hover {

}


.msf-spotlight-title {
    position: absolute;
    bottom: 0;
    padding-left: 12px;
    padding-bottom: 6px;
    width: 100%;
    font-size: large;
    font-weight: bold;
    color: white;
 /*   position: relative;
     margin-top: -35px;
     left: 12px;
     top: 0;
     font-size: larger;
     font-weight: bold;
     color: white;
     */

}





