// .container { // max-width: 970px; // margin: auto; // } .smi-container { padding: 40px 0px; background-color: white; margin-top: 10px; p { text-align: center; font-size: 22px; padding-bottom: 20px; color: #5f5f5f; } img { width: 100%; } .smi-links { // background-image: url('../img/smi/smi.png'); background-repeat: no-repeat; // background-size: 899px 100px; background-position: center center; // width: 920px; // height: 100px; text-align: center; .smi-link { display: inline-block; // width: 25%; height: 100px; margin: 0px; margin-bottom: 10px; background-position: center center; background-repeat: no-repeat; background-size: 88%; } .smi-link:hover { background-color: #f4f9f8; // opacity: 0.05; border-radius: 15px; } .smi-link1 { width: 170px; background-image: url('../img/smi/smi_forbes.png'); } .smi-link2 { width: 277px; background-image: url('../img/smi/smi_aif.png'); } .smi-link3 { width: 233px; background-image: url('../img/smi/smi_kp.png'); } .smi-link4 { width: 225px; background-image: url('../img/smi/smi_rzd.png'); } } } .smi-window { position: fixed; height: 90%; width: 90%; left: 5%; top: 5%; background-color: white; display: none; .smi-window-bg { position: fixed; height: 100%; width: 100%; left: 0px; top: 0px; opacity: 0.1; background-color: black; z-index: -1; } iframe { width: 100%; height: 100%; } .smi-window-body { position: absolute; width: 100%; height: 100%; overflow: auto; } img { width: 100%; } .smi-window-close { position: absolute; top: 0px; right: 0px; width: 20px; height: 20px; background-color: black; color: white; font-size: 18px; font-weight: bold; line-height: 20px; text-align: center; cursor: pointer; z-index: 100; } .smi-window-close:hover { background-color: red; } }