.latest-event-and-iframe-main-wrapper .main-title{text-align:center;padding-bottom: 20px}
.latest-event-and-iframe-main-wrapper .item-wrapper{    height: 100%;
  display: flex;
  flex-direction: column;}
.latest-event-and-iframe-main-wrapper .item-wrapper:hover .image-wrapper img{
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 1s cubic-bezier(0.35, 0, 0.08, 1);
  transition: all 1s cubic-bezier(0.35, 0, 0.08, 1);
  z-index: 0;
}
.latest-event-and-iframe-main-wrapper .item-wrapper .image-wrapper img{
  transition: all 1s cubic-bezier(0.35, 0, 0.08, 1);
}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-box{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-title{
  font-size: 1.8rem;
  font-family: "Roboto-Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px !important;
  text-transform: none !important;
  cursor: auto;
}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-box.isimg{
  max-width: 305px;
  overflow: hidden;
  height:auto;
}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-box.isimg:hover .link-wrapper{
  transition: all 200ms ease-in-out;
  border: 2px solid #cb0024;
  background-color: rgba(17, 17, 17, 0.95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-box.isimg:hover .link-wrapper .btn-download-icon-2{color: #cb0024 !important;font-style: italic;margin-left: 21px;}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-box.isimg:hover .link-wrapper .btn-download-icon-2::before{background-image: url('/~/media/Images/A/ATSG/Universal/icons/download-icon');}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-box.isimg .link-wrapper{
  position: absolute;
  top: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  z-index: -1;
}
.latest-event-and-iframe-main-wrapper .item-wrapper .item-box .link-wrapper{
  display: block;
  position: relative;
}
.events-wrapper-main .list-item-date {color: #676767;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.events-wrapper-main .list-item-title{
  color: #2e2e2e;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 24px;
}
.events-wrapper-main .event-file .events-link{width:auto;}
.events-wrapper-main .event-file .events-link:not(:first-child){padding-top:5px;}
.latest-event-and-iframe-main-wrapper .events-wrapper-main .events-link a:hover{
  background-color: var(--color-ffffff);
}
@media all and (max-width:767px){
  .latest-event-and-iframe-main-wrapper .item-wrapper{
    height:auto;
    margin-bottom:40px;
  }
  .latest-event-and-iframe-main-wrapper .no-data-event{margin-bottom:30px}
  .latest-event-and-iframe-main-wrapper .col-md-4:last-child .item-wrapper{
    margin-bottom:0;
  }
  .latest-event-and-iframe-main-wrapper .events-wrapper-main,
  .latest-event-and-iframe-main-wrapper iframe{margin-bottom:35px;}
  .latest-event-and-iframe-main-wrapper .main-title{text-align:left;padding-bottom: 0}
}
@media screen and (min-width : 768px) and (max-width: 991px){
  .latest-event-and-iframe-main-wrapper .item-wrapper .item-box .link-wrapper {
    margin-top : 35px
  }
  .latest-event-and-iframe-main-wrapper .item-wrapper .item-box .link-wrapper.btn-with-image{
    margin-top:0;
  }
}

/* Smit Changes */
.latest-event-and-iframe-main-wrapper .item-wrapper:focus-within .item-box.isimg .link-wrapper {
  transition: all 200ms ease-in-out;
  border: 2px solid #cb0024;
  background-color: rgba(17, 17, 17, 0.95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.latest-event-and-iframe-main-wrapper .item-wrapper:focus-within .item-box.isimg .link-wrapper .btn-download-icon-2 {
  color: #cb0024 !important;
  font-style: italic;
}