@media only screen and (max-width: 1279px)  {
.aligncenter, div.aligncenter {
    display: none;
}

@media only screen and (max-width: 768px) {
.portfolio__detail-top .sec-title {
    font-size: 40px;
    padding-bottom: 50px;
    padding-top: 90px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.portfolio__detail-top .sec-title {
    font-size: 90px;
}
}
}