html, body {
    overflow-x: hidden;
    max-width: 100%;
}

img, iframe, video {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}
body {
    padding-left: 15px;
    padding-right: 15px;
}
body img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
img {
    -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(circle, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}


/* ===================================
   PREMIUM PORTFOLIO LINKS
=================================== */
/* Professional Hyperlinks */

a{
    text-decoration:none;
    color:#1565C0;
    transition:0.3s ease;
}

a:hover{
    color:#2E7D32;
    text-decoration:underline;
}