@media (min-width: 1023px) {
.work_title_detail a{
  pointer-events: none;
  cursor: default;
  color: #ccc;
  text-decoration: none;
}
.title_initial {
  width: 100% !important;
}
.work-item-container:hover .title {
    opacity: 1; !important;
}
.vertical-image {
    width: 55%;
    margin: 0 auto;
    margin-top: 3%;
}
.horizontal-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
}
#description {
    width: 90%;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 3%;
    line-height: 2.0;
    font-size: 13px;
}

}
@media (max-width: 1023px) {
.vertical-image {
    width: 60%;
    margin: 0 auto;
    margin-top: 3%;
}
.horizontal-image {
    width: 94%;
    margin: 0 auto;
    margin-top: 3%;
}
#description {
    width: 94%;
    margin: 0 auto;
    margin-top: 1%;
    line-height: 2.0;
    font-size: 13px;
}
.ct-inner-content {
    display: none;
}

}