/*******************************************************
 *
 * General
 *
 *******************************************************/

.page-template-template-about #inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
}

.page-template-template-about #content-sidebar,
.page-template-template-about #content-full {
    margin-top: 39px;
}

#inner-page-wrapper {
    overflow: hidden;
}

.ip-about #welcome {
    padding: 0 15px;
    position: relative;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 768px) {
    .ip-about #welcome {
        padding: 0 min(3.935vw,39px);
    }
}
@media only screen and (min-width: 992px) {
    .welcome-text {
        width: 90%;
    }
}
@media only screen and (min-width: 1200px) {
    .welcome-text {
        width: 85%;
    }
}
@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1280px) {
    
}
 
@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 991px) {
    
} 

@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 480px) {
    
} 